#EABF58

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

Shades of Cream Can #EABF58

Tints of Cream Can #EABF58

Color information

#EABF58 (or 0xEABF58) is unknown color: approx Cream Can. HEX triplet: EA, BF and 58. RGB value is (234,191,88). Sum of RGB (Red+Green+Blue) = 234+191+88=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF58 is #1540A7. Grayscale: #C0C0C0. Windows color (decimal): -1392808 or 5816298. OLE color: 5816298.

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

Color convert

RGB23419188-
CMYK00.180.620.08
HSL42.33º77.66%63.14%-
HSV(B)42.33º62.39%91.76%-
XYZ54.3255.4617.07-
YUV192.1169.25157.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 88 (34.77% from 255) = 17.15%
R=45.61%
G=37.23%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341918800.180.620.0842.3377.6663.14
HexEABF580123E82a4e3f
Octal35227713002276105211677
Binary1110101010111111101100001001011111010001010101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABF58; }

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

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

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

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

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

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

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

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