Html Css Color HEX #EAB880 Corvette

📋 copy color: '#EAB880'

red 234 ◦ green 184 ◦ blue 128

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

Shades of Corvette #EAB880

Tints of Corvette #EAB880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.7%

 BLUE value IS 128 (50.39% from 255) = 23.44%

R = 42.86%
G = 33.7%
B = 23.44%

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

#EAB880 (or 0xEAB880) is known color: Corvette. HEX triplet: EA, B8 and 80. RGB value is (234,184,128). Sum of RGB (Red+Green+Blue) = 234+184+128=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB880 is #15477F. Grayscale: #C0C0C0. Windows color (decimal): -1394560 or 8435946. OLE color: 8435946.

HSL color Cylindrical-coordinate representation of color #EAB880: hue angle of 31.7º degrees, saturation: 0.72, 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 #EAB880 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 184 128 -
CMYK 0 0.21 0.45 0.08
HSL 31.7º 0.72% 0.71% -
HSV(B) 31.7º 0.45% 0.92% -
XYZ 54.97 53.33 27.82 -
YUV 192.57 91.57 157.55 -
System Red Green Blue C M Y K H S L
Decimal 234 184 128 0 0.21 0.45 0.08 31.7 0.72 0.71
Hex EA B8 80 0 15 2D 8 20 48 47
Octal 352 270 200 0 25 55 10 40 110 107
Binary 11101010 10111000 10000000 0 10101 101101 1000 100000 1001000 1000111

Color Harmonies of #EAB880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB880

Black with #EAB880

Text Example


Text Example

White with #EAB880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB880; }

 p { color: rgb(234,184,128); }

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

background-color css

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

 a { background-color: rgb(234,184,128); }

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

border-color css

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

 span { border-color: rgb(234,184,128); }

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