#EABF84

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

Shades of Corvette #EABF84

Tints of Corvette #EABF84

Color information

#EABF84 (or 0xEABF84) is unknown color: approx Corvette. HEX triplet: EA, BF and 84. RGB value is (234,191,132). Sum of RGB (Red+Green+Blue) = 234+191+132=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 132 (51.95% from 255 or 23.70% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABF84 is #15407B. Grayscale: #C5C5C5. Windows color (decimal): -1392764 or 8699882. OLE color: 8699882.

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

Color convert

RGB234191132-
CMYK00.180.440.08
HSL34.71º70.83%71.76%-
HSV(B)34.71º43.59%91.76%-
XYZ56.7356.4229.73-
YUV197.1391.25154.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.01%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 132 (51.95% from 255) = 23.70%
R=42.01%
G=34.29%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419113200.180.440.0834.7170.8371.76
HexEABF840122C8234748
Octal352277204022541043107110
Binary111010101011111110000100010010101100100010001110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABF84; }

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

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

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

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

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

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

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

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