Html Css Color HEX #EAB986 Corvette

📋 copy color: '#EAB986'

red 234 ◦ green 185 ◦ blue 134

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

Shades of Corvette #EAB986

Tints of Corvette #EAB986

RGB

 RED value IS 234 (91.8% from 255) = 42.31%

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

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

R = 42.31%
G = 33.45%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EAB986 (or 0xEAB986) is known color: Corvette. HEX triplet: EA, B9 and 86. RGB value is (234,185,134). Sum of RGB (Red+Green+Blue) = 234+185+134=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB986 is #154679. Grayscale: #C2C2C2. Windows color (decimal): -1394298 or 8829418. OLE color: 8829418.

HSL color Cylindrical-coordinate representation of color #EAB986: hue angle of 30.6º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAB986 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 185 134 -
CMYK 0 0.21 0.43 0.08
HSL 30.6º 0.7% 0.72% -
HSV(B) 30.6º 0.43% 0.92% -
XYZ 55.58 53.91 30.03 -
YUV 193.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 234 185 134 0 0.21 0.43 0.08 30.6 0.7 0.72
Hex EA B9 86 0 15 2B 8 1F 46 48
Octal 352 271 206 0 25 53 10 37 106 110
Binary 11101010 10111001 10000110 0 10101 101011 1000 11111 1000110 1001000

Color Harmonies of #EAB986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB986

Black with #EAB986

Text Example


Text Example

White with #EAB986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB986; }

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

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

background-color css

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

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

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

border-color css

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

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

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