Shades of Cream Can #EEBF5C
Tints of Cream Can #EEBF5C
RGB
CMYK
RGB Variations
Color information
#EEBF5C (or 0xEEBF5C) is known color: Cream Can. HEX triplet: EE, BF and 5C. RGB value is (238,191,92). Sum of RGB (Red+Green+Blue) = 238+191+92=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBF5C is #1140A3. Grayscale: #C2C2C2. Windows color (decimal): -1130660 or 6078446. OLE color: 6078446.
HSL color Cylindrical-coordinate representation of color #EEBF5C: hue angle of 40.68º 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 #EEBF5C is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 92 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.07 |
| HSL | 40.68º | 0.81% | 0.65% | - |
| HSV(B) | 40.68º | 0.61% | 0.93% | - |
| XYZ | 55.82 | 56.21 | 18.03 | - |
| YUV | 193.77 | 70.57 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 92 | 0 | 0.20 | 0.61 | 0.07 | 40.68 | 0.81 | 0.65 |
| Hex | EE | BF | 5C | 0 | 14 | 3D | 7 | 29 | 51 | 41 |
| Octal | 356 | 277 | 134 | 0 | 24 | 75 | 7 | 51 | 121 | 101 |
| Binary | 11101110 | 10111111 | 1011100 | 0 | 10100 | 111101 | 111 | 101001 | 1010001 | 1000001 |
Color Harmonies of #EEBF5C
Complementary color
Monochromatic Colors of #EEBF5C
Black with #EEBF5C
Text Example
Text Example
White with #EEBF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBF5C; }
p { color: rgb(238,191,92); }
H1.HeaderClassName
{
color: #EEBF5C;
}
.AnyTagClassName
{
color: #EEBF5C;
}
</style>
background-color css
<style>
a { background-color: #EEBF5C; }
a { background-color: rgb(238,191,92); }
div.DivClassName
{
background-color: #EEBF5C;
}
.BgClassName
{
background-color: #EEBF5C;
}
</style>
border-color css
<style>
span { border-color: #EEBF5C; }
span { border-color: rgb(238,191,92); }
td.TdClassName
{
border-color: #EEBF5C;
}
.TagClassName
{
border-color: #EEBF5C;
}
</style>