Html Css Color HEX #ECC08E Corvette

📋 copy color: '#ECC08E'

red 236 ◦ green 192 ◦ blue 142

#ECC08E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corvette #ECC08E

Tints of Corvette #ECC08E

RGB

 RED value IS 236 (92.58% from 255) = 41.4%

 GREEN value IS 192 (75.39% from 255) = 33.68%

 BLUE value IS 142 (55.86% from 255) = 24.91%

R = 41.4%
G = 33.68%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ECC08E (or 0xECC08E) is known color: Corvette. HEX triplet: EC, C0 and 8E. RGB value is (236,192,142). Sum of RGB (Red+Green+Blue) = 236+192+142=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 142 (55.86% from 255 or 24.91% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC08E is #133F71. Grayscale: #C7C7C7. Windows color (decimal): -1261426 or 9355500. OLE color: 9355500.

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

Color convert

RGB 236 192 142 -
CMYK 0 0.19 0.40 0.07
HSL 31.91º 0.71% 0.74% -
HSV(B) 31.91º 0.4% 0.93% -
XYZ 58.32 57.49 33.61 -
YUV 199.46 95.58 154.07 -
System Red Green Blue C M Y K H S L
Decimal 236 192 142 0 0.19 0.40 0.07 31.91 0.71 0.74
Hex EC C0 8E 0 13 28 7 20 47 4A
Octal 354 300 216 0 23 50 7 40 107 112
Binary 11101100 11000000 10001110 0 10011 101000 111 100000 1000111 1001010

Color Harmonies of #ECC08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC08E

Black with #ECC08E

Text Example


Text Example

White with #ECC08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC08E; }

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

 H1.HeaderClassName
 {
   color: #ECC08E;
 }
 .AnyTagClassName
 {
   color: #ECC08E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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