Html Css Color HEX #EAB488 Corvette

📋 copy color: '#EAB488'

red 234 ◦ green 180 ◦ blue 136

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

Shades of Corvette #EAB488

Tints of Corvette #EAB488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.73%

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

R = 42.55%
G = 32.73%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EAB488 (or 0xEAB488) is known color: Corvette. HEX triplet: EA, B4 and 88. RGB value is (234,180,136). Sum of RGB (Red+Green+Blue) = 234+180+136=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 136 (53.52% from 255 or 24.73% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB488 is #154B77. Grayscale: #BFBFBF. Windows color (decimal): -1395576 or 8959210. OLE color: 8959210.

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

Color convert

RGB 234 180 136 -
CMYK 0 0.23 0.42 0.08
HSL 26.94º 0.7% 0.73% -
HSV(B) 26.94º 0.42% 0.92% -
XYZ 54.7 51.91 30.43 -
YUV 191.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 234 180 136 0 0.23 0.42 0.08 26.94 0.7 0.73
Hex EA B4 88 0 17 2A 8 1B 46 49
Octal 352 264 210 0 27 52 10 33 106 111
Binary 11101010 10110100 10001000 0 10111 101010 1000 11011 1000110 1001001

Color Harmonies of #EAB488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB488

Black with #EAB488

Text Example


Text Example

White with #EAB488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB488; }

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

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

background-color css

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

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

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

border-color css

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

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

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