#EABE81

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

Shades of Corvette #EABE81

Tints of Corvette #EABE81

Color information

#EABE81 (or 0xEABE81) is unknown color: approx Corvette. HEX triplet: EA, BE and 81. RGB value is (234,190,129). Sum of RGB (Red+Green+Blue) = 234+190+129=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABE81 is #15417E. Grayscale: #C4C4C4. Windows color (decimal): -1393023 or 8503018. OLE color: 8503018.

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

Color convert

RGB234190129-
CMYK00.190.450.08
HSL34.86º71.43%71.18%-
HSV(B)34.86º44.87%91.76%-
XYZ56.3155.928.59-
YUV196.290.08154.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 190 (74.61% from 255) = 34.36%
BLUE value IS 129 (50.78% from 255) = 23.33%
R=42.31%
G=34.36%
B=23.33%

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
Decimal23419012900.190.450.0834.8671.4371.18
HexEABE810132D8234747
Octal352276201023551043107107
Binary111010101011111010000001010011101101100010001110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABE81; }

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

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

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

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

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

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

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

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