Html Css Color HEX #ECC08C Corvette

📋 copy color: '#ECC08C'

red 236 ◦ green 192 ◦ blue 140

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

Shades of Corvette #ECC08C

Tints of Corvette #ECC08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.65%

R = 41.55%
G = 33.8%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ECC08C (or 0xECC08C) is known color: Corvette. HEX triplet: EC, C0 and 8C. RGB value is (236,192,140). Sum of RGB (Red+Green+Blue) = 236+192+140=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC08C is #133F73. Grayscale: #C7C7C7. Windows color (decimal): -1261428 or 9224428. OLE color: 9224428.

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

Color convert

RGB 236 192 140 -
CMYK 0 0.19 0.41 0.07
HSL 32.5º 0.72% 0.74% -
HSV(B) 32.5º 0.41% 0.93% -
XYZ 58.18 57.43 32.83 -
YUV 199.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 236 192 140 0 0.19 0.41 0.07 32.5 0.72 0.74
Hex EC C0 8C 0 13 29 7 20 48 4A
Octal 354 300 214 0 23 51 7 40 110 112
Binary 11101100 11000000 10001100 0 10011 101001 111 100000 1001000 1001010

Color Harmonies of #ECC08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC08C

Black with #ECC08C

Text Example


Text Example

White with #ECC08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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