Html Css Color HEX #EEB986 Corvette

📋 copy color: '#EEB986'

red 238 ◦ green 185 ◦ blue 134

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

Shades of Corvette #EEB986

Tints of Corvette #EEB986

RGB

 RED value IS 238 (93.36% from 255) = 42.73%

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

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

R = 42.73%
G = 33.21%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EEB986 (or 0xEEB986) is known color: Corvette. HEX triplet: EE, B9 and 86. RGB value is (238,185,134). Sum of RGB (Red+Green+Blue) = 238+185+134=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 134 (52.73% from 255 or 24.06% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB986 is #114679. Grayscale: #C3C3C3. Windows color (decimal): -1132154 or 8829422. OLE color: 8829422.

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

Color convert

RGB 238 185 134 -
CMYK 0 0.22 0.44 0.07
HSL 29.42º 0.75% 0.73% -
HSV(B) 29.42º 0.44% 0.93% -
XYZ 56.91 54.6 30.09 -
YUV 195.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 238 185 134 0 0.22 0.44 0.07 29.42 0.75 0.73
Hex EE B9 86 0 16 2C 7 1D 4B 49
Octal 356 271 206 0 26 54 7 35 113 111
Binary 11101110 10111001 10000110 0 10110 101100 111 11101 1001011 1001001

Color Harmonies of #EEB986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB986

Black with #EEB986

Text Example


Text Example

White with #EEB986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB986; }

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

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

background-color css

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

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

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

border-color css

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

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

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