#EEBB44

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

Shades of Cream Can #EEBB44

Tints of Cream Can #EEBB44

Color information

#EEBB44 (or 0xEEBB44) is unknown color: approx Cream Can. HEX triplet: EE, BB and 44. RGB value is (238,187,68). Sum of RGB (Red+Green+Blue) = 238+187+68=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 68 (26.95% from 255 or 13.79% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBB44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBB44 is #1144BB. Grayscale: #BDBDBD. Windows color (decimal): -1131708 or 4504558. OLE color: 4504558.

HSL color Cylindrical-coordinate representation of color #EEBB44: hue angle of 42º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEBB44 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB23818768-
CMYK00.210.710.07
HSL42º83.33%60%-
HSV(B)42º71.43%93.33%-
XYZ54.0754.1413.07-
YUV188.6859.9163.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.28%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 68 (26.95% from 255) = 13.79%
R=48.28%
G=37.93%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381876800.210.710.074283.3360
HexEEBB440154772a533c
Octal35627310402510775212374
Binary1110111010111011100010001010110001111111010101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBB44; }

 p { color: rgb(238,187,68); }

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

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

 a { background-color: rgb(238,187,68); }

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

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

 span { border-color: rgb(238,187,68); }

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