Html Css Color HEX #EAB988 Corvette

📋 copy color: '#EAB988'

red 234 ◦ green 185 ◦ blue 136

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

Shades of Corvette #EAB988

Tints of Corvette #EAB988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.5%

R = 42.16%
G = 33.33%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EAB988 (or 0xEAB988) is known color: Corvette. HEX triplet: EA, B9 and 88. RGB value is (234,185,136). Sum of RGB (Red+Green+Blue) = 234+185+136=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB988 is #154677. Grayscale: #C2C2C2. Windows color (decimal): -1394296 or 8960490. OLE color: 8960490.

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

Color convert

RGB 234 185 136 -
CMYK 0 0.21 0.42 0.08
HSL 30º 0.7% 0.73% -
HSV(B) 30º 0.42% 0.92% -
XYZ 55.72 53.97 30.77 -
YUV 194.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 234 185 136 0 0.21 0.42 0.08 30 0.7 0.73
Hex EA B9 88 0 15 2A 8 1E 46 49
Octal 352 271 210 0 25 52 10 36 106 111
Binary 11101010 10111001 10001000 0 10101 101010 1000 11110 1000110 1001001

Color Harmonies of #EAB988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB988

Black with #EAB988

Text Example


Text Example

White with #EAB988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB988; }

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

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

background-color css

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

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

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

border-color css

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

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

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