Shades of Cream Can #EEBF5E
Tints of Cream Can #EEBF5E
RGB
CMYK
RGB Variations
Color information
#EEBF5E (or 0xEEBF5E) is known color: Cream Can. HEX triplet: EE, BF and 5E. RGB value is (238,191,94). Sum of RGB (Red+Green+Blue) = 238+191+94=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF5E is #1140A1. Grayscale: #C2C2C2. Windows color (decimal): -1130658 or 6209518. OLE color: 6209518.
HSL color Cylindrical-coordinate representation of color #EEBF5E: hue angle of 40.42º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEBF5E is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 191 | 94 | - |
CMYK | 0 | 0.20 | 0.61 | 0.07 |
HSL | 40.42º | 0.81% | 0.65% | - |
HSV(B) | 40.42º | 0.61% | 0.93% | - |
XYZ | 55.91 | 56.25 | 18.5 | - |
YUV | 194 | 71.57 | 159.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 191 | 94 | 0 | 0.20 | 0.61 | 0.07 | 40.42 | 0.81 | 0.65 |
Hex | EE | BF | 5E | 0 | 14 | 3D | 7 | 28 | 51 | 41 |
Octal | 356 | 277 | 136 | 0 | 24 | 75 | 7 | 50 | 121 | 101 |
Binary | 11101110 | 10111111 | 1011110 | 0 | 10100 | 111101 | 111 | 101000 | 1010001 | 1000001 |
Color Harmonies of #EEBF5E
Complementary color
Monochromatic Colors of #EEBF5E
Black with #EEBF5E
Text Example
Text Example
White with #EEBF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF5E; }
p { color: rgb(238,191,94); }
H1.HeaderClassName
{
color: #EEBF5E;
}
.AnyTagClassName
{
color: #EEBF5E;
}
</style>
background-color css
<style>
a { background-color: #EEBF5E; }
a { background-color: rgb(238,191,94); }
div.DivClassName
{
background-color: #EEBF5E;
}
.BgClassName
{
background-color: #EEBF5E;
}
</style>
border-color css
<style>
span { border-color: #EEBF5E; }
span { border-color: rgb(238,191,94); }
td.TdClassName
{
border-color: #EEBF5E;
}
.TagClassName
{
border-color: #EEBF5E;
}
</style>