#EABE40

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

Shades of Cream Can #EABE40

Tints of Cream Can #EABE40

Color information

#EABE40 (or 0xEABE40) is unknown color: approx Cream Can. HEX triplet: EA, BE and 40. RGB value is (234,190,64). Sum of RGB (Red+Green+Blue) = 234+190+64=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABE40 is #1541BF. Grayscale: #BDBDBD. Windows color (decimal): -1393088 or 4243178. OLE color: 4243178.

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

Color convert

RGB23419064-
CMYK00.190.730.08
HSL44.47º80.19%58.43%-
HSV(B)44.47º72.65%91.76%-
XYZ53.2754.6912.6-
YUV188.7957.58160.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.95%
GREEN value IS 190 (74.61% from 255) = 38.93%
BLUE value IS 64 (25.39% from 255) = 13.11%
R=47.95%
G=38.93%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341906400.190.730.0844.4780.1958.43
HexEABE400134982c503a
Octal352276100023111105412072
Binary11101010101111101000000010011100100110001011001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABE40; }

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

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

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

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

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

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

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

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