#EABE80

Color #EABE80 Corvette (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corvette #EABE80

Tints of Corvette #EABE80

Color information

#EABE80 (or 0xEABE80) is unknown color: approx Corvette. HEX triplet: EA, BE and 80. RGB value is (234,190,128). Sum of RGB (Red+Green+Blue) = 234+190+128=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABE80 is #15417F. Grayscale: #C4C4C4. Windows color (decimal): -1393024 or 8437482. OLE color: 8437482.

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

Color convert

RGB234190128-
CMYK00.190.450.08
HSL35.09º71.62%70.98%-
HSV(B)35.09º45.3%91.76%-
XYZ56.2455.8828.24-
YUV196.0989.58155.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 128 (50.39% from 255) = 23.19%
R=42.39%
G=34.42%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419012800.190.450.0835.0971.6270.98
HexEABE800132D8234847
Octal352276200023551043110107
Binary111010101011111010000000010011101101100010001110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABE80; }

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

 H1.HeaderClassName
 {
   color: #EABE80;
 }
 .AnyTagClassName
 {
   color: #EABE80;
 }
</style>
background-color css

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

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

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

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

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

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