Html Css Color HEX #EABA80 Corvette

📋 copy color: '#EABA80'

red 234 ◦ green 186 ◦ blue 128

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

Shades of Corvette #EABA80

Tints of Corvette #EABA80

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.94%

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

R = 42.7%
G = 33.94%
B = 23.36%

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

#EABA80 (or 0xEABA80) is known color: Corvette. HEX triplet: EA, BA and 80. RGB value is (234,186,128). Sum of RGB (Red+Green+Blue) = 234+186+128=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABA80 is #15457F. Grayscale: #C2C2C2. Windows color (decimal): -1394048 or 8436458. OLE color: 8436458.

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

Color convert

RGB 234 186 128 -
CMYK 0 0.21 0.45 0.08
HSL 32.83º 0.72% 0.71% -
HSV(B) 32.83º 0.45% 0.92% -
XYZ 55.39 54.17 27.96 -
YUV 193.74 90.9 156.72 -
System Red Green Blue C M Y K H S L
Decimal 234 186 128 0 0.21 0.45 0.08 32.83 0.72 0.71
Hex EA BA 80 0 15 2D 8 21 48 47
Octal 352 272 200 0 25 55 10 41 110 107
Binary 11101010 10111010 10000000 0 10101 101101 1000 100001 1001000 1000111

Color Harmonies of #EABA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA80

Black with #EABA80

Text Example


Text Example

White with #EABA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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