#EABF7E

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

Shades of Corvette #EABF7E

Tints of Corvette #EABF7E

Color information

#EABF7E (or 0xEABF7E) is unknown color: approx Corvette. HEX triplet: EA, BF and 7E. RGB value is (234,191,126). Sum of RGB (Red+Green+Blue) = 234+191+126=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 126 (49.61% from 255 or 22.87% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF7E is #154081. Grayscale: #C4C4C4. Windows color (decimal): -1392770 or 8306666. OLE color: 8306666.

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

Color convert

RGB234191126-
CMYK00.180.460.08
HSL36.11º72%70.59%-
HSV(B)36.11º46.15%91.76%-
XYZ56.3356.2627.63-
YUV196.4588.25154.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 126 (49.61% from 255) = 22.87%
R=42.47%
G=34.66%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419112600.180.460.0836.117270.59
HexEABF7E0122E8244847
Octal352277176022561044110107
Binary11101010101111111111110010010101110100010010010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABF7E; }

 p { color: rgb(234,191,126); }

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

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

 a { background-color: rgb(234,191,126); }

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

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

 span { border-color: rgb(234,191,126); }

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