#ECC18C

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

Shades of Corvette #ECC18C

Tints of Corvette #ECC18C

Color information

#ECC18C (or 0xECC18C) is unknown color: approx Corvette. HEX triplet: EC, C1 and 8C. RGB value is (236,193,140). Sum of RGB (Red+Green+Blue) = 236+193+140=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC18C is #133E73. Grayscale: #C8C8C8. Windows color (decimal): -1261172 or 9224684. OLE color: 9224684.

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

Color convert

RGB236193140-
CMYK00.180.410.07
HSL33.13º71.64%73.73%-
HSV(B)33.13º40.68%92.55%-
XYZ58.457.8732.9-
YUV199.8294.25153.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.48%
GREEN value IS 193 (75.78% from 255) = 33.92%
BLUE value IS 140 (55.08% from 255) = 24.60%
R=41.48%
G=33.92%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619314000.180.410.0733.1371.6473.73
HexECC18C01229721484a
Octal35430121402251741110112
Binary11101100110000011000110001001010100111110000110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC18C; }

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

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

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

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

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

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

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

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