Html Css Color HEX #EAB981 Corvette

📋 copy color: '#EAB981'

red 234 ◦ green 185 ◦ blue 129

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

Shades of Corvette #EAB981

Tints of Corvette #EAB981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.54%

R = 42.7%
G = 33.76%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EAB981 (or 0xEAB981) is known color: Corvette. HEX triplet: EA, B9 and 81. RGB value is (234,185,129). Sum of RGB (Red+Green+Blue) = 234+185+129=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB981 is #15467E. Grayscale: #C1C1C1. Windows color (decimal): -1394303 or 8501738. OLE color: 8501738.

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

Color convert

RGB 234 185 129 -
CMYK 0 0.21 0.45 0.08
HSL 32º 0.71% 0.71% -
HSV(B) 32º 0.45% 0.92% -
XYZ 55.24 53.78 28.24 -
YUV 193.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 234 185 129 0 0.21 0.45 0.08 32 0.71 0.71
Hex EA B9 81 0 15 2D 8 20 47 47
Octal 352 271 201 0 25 55 10 40 107 107
Binary 11101010 10111001 10000001 0 10101 101101 1000 100000 1000111 1000111

Color Harmonies of #EAB981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB981

Black with #EAB981

Text Example


Text Example

White with #EAB981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB981; }

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

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

background-color css

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

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

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

border-color css

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

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

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