#EABC48

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

Shades of Cream Can #EABC48

Tints of Cream Can #EABC48

Color information

#EABC48 (or 0xEABC48) is unknown color: approx Cream Can. HEX triplet: EA, BC and 48. RGB value is (234,188,72). Sum of RGB (Red+Green+Blue) = 234+188+72=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABC48 is #1543B7. Grayscale: #BDBDBD. Windows color (decimal): -1393592 or 4766954. OLE color: 4766954.

HSL color Cylindrical-coordinate representation of color #EABC48: hue angle of 42.96º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EABC48 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB23418872-
CMYK00.200.690.08
HSL42.96º79.41%60%-
HSV(B)42.96º69.23%91.76%-
XYZ53.0853.9313.74-
YUV188.5362.24160.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.37%
GREEN value IS 188 (73.83% from 255) = 38.06%
BLUE value IS 72 (28.52% from 255) = 14.57%
R=47.37%
G=38.06%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341887200.200.690.0842.9679.4160
HexEABC480144582b4f3c
Octal352274110024105105311774
Binary11101010101111001001000010100100010110001010111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC48; }

 p { color: rgb(234,188,72); }

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

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

 a { background-color: rgb(234,188,72); }

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

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

 span { border-color: rgb(234,188,72); }

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