#ECC182

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

Shades of Corvette #ECC182

Tints of Corvette #ECC182

Color information

#ECC182 (or 0xECC182) is unknown color: approx Corvette. HEX triplet: EC, C1 and 82. RGB value is (236,193,130). Sum of RGB (Red+Green+Blue) = 236+193+130=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC182 is #133E7D. Grayscale: #C6C6C6. Windows color (decimal): -1261182 or 8569324. OLE color: 8569324.

HSL color Cylindrical-coordinate representation of color #ECC182: hue angle of 35.66º 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 #ECC182 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB236193130-
CMYK00.180.450.07
HSL35.66º73.61%71.76%-
HSV(B)35.66º44.92%92.55%-
XYZ57.6957.5829.19-
YUV198.6889.25154.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.22%
GREEN value IS 193 (75.78% from 255) = 34.53%
BLUE value IS 130 (51.17% from 255) = 23.26%
R=42.22%
G=34.53%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619313000.180.450.0735.6673.6171.76
HexECC1820122D7244a48
Octal35430120202255744112110
Binary11101100110000011000001001001010110111110010010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC182; }

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

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

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

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

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

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

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

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