#EABE55

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

Shades of Cream Can #EABE55

Tints of Cream Can #EABE55

Color information

#EABE55 (or 0xEABE55) is unknown color: approx Cream Can. HEX triplet: EA, BE and 55. RGB value is (234,190,85). Sum of RGB (Red+Green+Blue) = 234+190+85=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABE55 is #1541AA. Grayscale: #BFBFBF. Windows color (decimal): -1393067 or 5619434. OLE color: 5619434.

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

Color convert

RGB23419085-
CMYK00.190.640.08
HSL42.28º78.01%62.55%-
HSV(B)42.28º63.68%91.76%-
XYZ53.9854.9816.36-
YUV191.1968.08158.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 85 (33.59% from 255) = 16.70%
R=45.97%
G=37.33%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341908500.190.640.0842.2878.0162.55
HexEABE550134082a4e3f
Octal352276125023100105211677
Binary11101010101111101010101010011100000010001010101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABE55; }

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

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

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

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

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

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

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

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