#ECC082

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

Shades of Corvette #ECC082

Tints of Corvette #ECC082

Color information

#ECC082 (or 0xECC082) is unknown color: approx Corvette. HEX triplet: EC, C0 and 82. RGB value is (236,192,130). Sum of RGB (Red+Green+Blue) = 236+192+130=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC082 is #133F7D. Grayscale: #C6C6C6. Windows color (decimal): -1261438 or 8569068. OLE color: 8569068.

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

Color convert

RGB236192130-
CMYK00.190.450.07
HSL35.09º73.61%71.76%-
HSV(B)35.09º44.92%92.55%-
XYZ57.4757.1429.12-
YUV198.0989.58155.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.29%
GREEN value IS 192 (75.39% from 255) = 34.41%
BLUE value IS 130 (51.17% from 255) = 23.30%
R=42.29%
G=34.41%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619213000.190.450.0735.0973.6171.76
HexECC0820132D7234a48
Octal35430020202355743112110
Binary11101100110000001000001001001110110111110001110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC082; }

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

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

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

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

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

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

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

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