#EDBC7D

Color #EDBC7D Corvette (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corvette #EDBC7D

Tints of Corvette #EDBC7D

Color information

#EDBC7D (or 0xEDBC7D) is unknown color: approx Corvette. HEX triplet: ED, BC and 7D. RGB value is (237,188,125). Sum of RGB (Red+Green+Blue) = 237+188+125=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC7D is #124382. Grayscale: #C3C3C3. Windows color (decimal): -1196931 or 8240365. OLE color: 8240365.

HSL color Cylindrical-coordinate representation of color #EDBC7D: hue angle of 33.75º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDBC7D is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB237188125-
CMYK00.210.470.07
HSL33.75º75.68%70.98%-
HSV(B)33.75º47.26%92.94%-
XYZ56.6155.4527.12-
YUV195.4788.23157.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 43.09%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 125 (49.22% from 255) = 22.73%
R=43.09%
G=34.18%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718812500.210.470.0733.7575.6870.98
HexEDBC7D0152F7224c47
Octal35527417502557742114107
Binary1110110110111100111110101010110111111110001010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBC7D; }

 p { color: rgb(237,188,125); }

 H1.HeaderClassName
 {
   color: #EDBC7D;
 }
 .AnyTagClassName
 {
   color: #EDBC7D;
 }
</style>
background-color css

<style>
 a { background-color: #EDBC7D; }

 a { background-color: rgb(237,188,125); }

 div.DivClassName
 {
   background-color: #EDBC7D;
 }
 .BgClassName
 {
   background-color: #EDBC7D;
 }
</style>
border-color css

<style>
 span { border-color: #EDBC7D; }

 span { border-color: rgb(237,188,125); }

 td.TdClassName
 {
   border-color: #EDBC7D;
 }
 .TagClassName
 {
   border-color: #EDBC7D;
 }
</style>