#ECC079

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

Shades of Corvette #ECC079

Tints of Corvette #ECC079

Color information

#ECC079 (or 0xECC079) is unknown color: approx Corvette. HEX triplet: EC, C0 and 79. RGB value is (236,192,121). Sum of RGB (Red+Green+Blue) = 236+192+121=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 121 (47.66% from 255 or 22.04% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC079 is #133F86. Grayscale: #C5C5C5. Windows color (decimal): -1261447 or 7979244. OLE color: 7979244.

HSL color Cylindrical-coordinate representation of color #ECC079: hue angle of 37.04º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECC079 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB236192121-
CMYK00.190.490.07
HSL37.04º75.16%70%-
HSV(B)37.04º48.73%92.55%-
XYZ56.8956.9126.08-
YUV197.0685.08155.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.99%
GREEN value IS 192 (75.39% from 255) = 34.97%
BLUE value IS 121 (47.66% from 255) = 22.04%
R=42.99%
G=34.97%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619212100.190.490.0737.0475.1670
HexECC079013317254b46
Octal35430017102361745113106
Binary1110110011000000111100101001111000111110010110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC079; }

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

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

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

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

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

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

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

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