Html Css Color HEX #ECC086 Corvette

📋 copy color: '#ECC086'

red 236 ◦ green 192 ◦ blue 134

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

Shades of Corvette #ECC086

Tints of Corvette #ECC086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.84%

R = 41.99%
G = 34.16%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ECC086 (or 0xECC086) is known color: Corvette. HEX triplet: EC, C0 and 86. RGB value is (236,192,134). Sum of RGB (Red+Green+Blue) = 236+192+134=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC086 is #133F79. Grayscale: #C6C6C6. Windows color (decimal): -1261434 or 8831212. OLE color: 8831212.

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

Color convert

RGB 236 192 134 -
CMYK 0 0.19 0.43 0.07
HSL 34.12º 0.73% 0.73% -
HSV(B) 34.12º 0.43% 0.93% -
XYZ 57.74 57.25 30.56 -
YUV 198.54 91.58 154.72 -
System Red Green Blue C M Y K H S L
Decimal 236 192 134 0 0.19 0.43 0.07 34.12 0.73 0.73
Hex EC C0 86 0 13 2B 7 22 49 49
Octal 354 300 206 0 23 53 7 42 111 111
Binary 11101100 11000000 10000110 0 10011 101011 111 100010 1001001 1001001

Color Harmonies of #ECC086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC086

Black with #ECC086

Text Example


Text Example

White with #ECC086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC086; }

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

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

background-color css

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

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

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

border-color css

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

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

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