Html Css Color HEX #ECB986 Corvette

📋 copy color: '#ECB986'

red 236 ◦ green 185 ◦ blue 134

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

Shades of Corvette #ECB986

Tints of Corvette #ECB986

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.33%

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

R = 42.52%
G = 33.33%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ECB986 (or 0xECB986) is known color: Corvette. HEX triplet: EC, B9 and 86. RGB value is (236,185,134). Sum of RGB (Red+Green+Blue) = 236+185+134=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 134 (52.73% from 255 or 24.14% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB986 is #134679. Grayscale: #C2C2C2. Windows color (decimal): -1263226 or 8829420. OLE color: 8829420.

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

Color convert

RGB 236 185 134 -
CMYK 0 0.22 0.43 0.07
HSL 30º 0.73% 0.73% -
HSV(B) 30º 0.43% 0.93% -
XYZ 56.24 54.25 30.06 -
YUV 194.44 93.9 157.65 -
System Red Green Blue C M Y K H S L
Decimal 236 185 134 0 0.22 0.43 0.07 30 0.73 0.73
Hex EC B9 86 0 16 2B 7 1E 49 49
Octal 354 271 206 0 26 53 7 36 111 111
Binary 11101100 10111001 10000110 0 10110 101011 111 11110 1001001 1001001

Color Harmonies of #ECB986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB986

Black with #ECB986

Text Example


Text Example

White with #ECB986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB986; }

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

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

background-color css

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

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

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

border-color css

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

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

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