#EABF86

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

Shades of Corvette #EABF86

Tints of Corvette #EABF86

Color information

#EABF86 (or 0xEABF86) is unknown color: approx Corvette. HEX triplet: EA, BF and 86. RGB value is (234,191,134). Sum of RGB (Red+Green+Blue) = 234+191+134=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 134 (52.73% from 255 or 23.97% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABF86 is #154079. Grayscale: #C5C5C5. Windows color (decimal): -1392762 or 8830954. OLE color: 8830954.

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

Color convert

RGB234191134-
CMYK00.180.430.08
HSL34.2º70.42%72.16%-
HSV(B)34.2º42.74%91.76%-
XYZ56.8756.4830.46-
YUV197.3692.25154.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 134 (52.73% from 255) = 23.97%
R=41.86%
G=34.17%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419113400.180.430.0834.270.4272.16
HexEABF860122B8224648
Octal352277206022531042106110
Binary111010101011111110000110010010101011100010001010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABF86; }

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

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

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

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

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

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

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

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