#ECC07D

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

Shades of Corvette #ECC07D

Tints of Corvette #ECC07D

Color information

#ECC07D (or 0xECC07D) is unknown color: approx Corvette. HEX triplet: EC, C0 and 7D. RGB value is (236,192,125). Sum of RGB (Red+Green+Blue) = 236+192+125=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC07D is #133F82. Grayscale: #C5C5C5. Windows color (decimal): -1261443 or 8241388. OLE color: 8241388.

HSL color Cylindrical-coordinate representation of color #ECC07D: hue angle of 36.22º degrees, saturation: 0.74, 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 #ECC07D is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB236192125-
CMYK00.190.470.07
HSL36.22º74.5%70.78%-
HSV(B)36.22º47.03%92.55%-
XYZ57.1457.0127.39-
YUV197.5287.08155.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.68%
GREEN value IS 192 (75.39% from 255) = 34.72%
BLUE value IS 125 (49.22% from 255) = 22.60%
R=42.68%
G=34.72%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619212500.190.470.0736.2274.570.78
HexECC07D0132F7244a47
Octal35430017502357744112107
Binary1110110011000000111110101001110111111110010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC07D; }

 p { color: rgb(236,192,125); }

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

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

 a { background-color: rgb(236,192,125); }

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

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

 span { border-color: rgb(236,192,125); }

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