#ECC180

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

Shades of Corvette #ECC180

Tints of Corvette #ECC180

Color information

#ECC180 (or 0xECC180) is unknown color: approx Corvette. HEX triplet: EC, C1 and 80. RGB value is (236,193,128). Sum of RGB (Red+Green+Blue) = 236+193+128=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC180 is #133E7F. Grayscale: #C6C6C6. Windows color (decimal): -1261184 or 8438252. OLE color: 8438252.

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

Color convert

RGB236193128-
CMYK00.180.460.07
HSL36.11º73.97%71.37%-
HSV(B)36.11º45.76%92.55%-
XYZ57.5657.5328.49-
YUV198.4588.25154.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.37%
GREEN value IS 193 (75.78% from 255) = 34.65%
BLUE value IS 128 (50.39% from 255) = 22.98%
R=42.37%
G=34.65%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619312800.180.460.0736.1173.9771.37
HexECC1800122E7244a47
Octal35430120002256744112107
Binary11101100110000011000000001001010111011110010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC180; }

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

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

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

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

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

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

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

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