Html Css Color HEX #EAB686 Corvette

📋 copy color: '#EAB686'

red 234 ◦ green 182 ◦ blue 134

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

Shades of Corvette #EAB686

Tints of Corvette #EAB686

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.09%

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

R = 42.55%
G = 33.09%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EAB686 (or 0xEAB686) is known color: Corvette. HEX triplet: EA, B6 and 86. RGB value is (234,182,134). Sum of RGB (Red+Green+Blue) = 234+182+134=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB686 is #154979. Grayscale: #C0C0C0. Windows color (decimal): -1395066 or 8828650. OLE color: 8828650.

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

Color convert

RGB 234 182 134 -
CMYK 0 0.22 0.43 0.08
HSL 28.8º 0.7% 0.72% -
HSV(B) 28.8º 0.43% 0.92% -
XYZ 54.96 52.67 29.82 -
YUV 192.08 95.23 157.9 -
System Red Green Blue C M Y K H S L
Decimal 234 182 134 0 0.22 0.43 0.08 28.8 0.7 0.72
Hex EA B6 86 0 16 2B 8 1D 46 48
Octal 352 266 206 0 26 53 10 35 106 110
Binary 11101010 10110110 10000110 0 10110 101011 1000 11101 1000110 1001000

Color Harmonies of #EAB686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB686

Black with #EAB686

Text Example


Text Example

White with #EAB686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB686; }

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

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

background-color css

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

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

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

border-color css

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

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

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