#EEBC4B

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

Shades of Cream Can #EEBC4B

Tints of Cream Can #EEBC4B

Color information

#EEBC4B (or 0xEEBC4B) is unknown color: approx Cream Can. HEX triplet: EE, BC and 4B. RGB value is (238,188,75). Sum of RGB (Red+Green+Blue) = 238+188+75=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 75 (29.69% from 255 or 14.97% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBC4B is #1143B4. Grayscale: #BEBEBE. Windows color (decimal): -1131445 or 4963566. OLE color: 4963566.

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

Color convert

RGB23818875-
CMYK00.210.680.07
HSL41.6º82.74%61.37%-
HSV(B)41.6º68.49%93.33%-
XYZ54.5154.6514.33-
YUV190.0763.06162.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.50%
GREEN value IS 188 (73.83% from 255) = 37.52%
BLUE value IS 75 (29.69% from 255) = 14.97%
R=47.50%
G=37.52%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381887500.210.680.0741.682.7461.37
HexEEBC4B0154472a533d
Octal35627411302510475212375
Binary1110111010111100100101101010110001001111010101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBC4B; }

 p { color: rgb(238,188,75); }

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

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

 a { background-color: rgb(238,188,75); }

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

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

 span { border-color: rgb(238,188,75); }

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