Shades of Cream Can #EEC54B
Tints of Cream Can #EEC54B
RGB
CMYK
RGB Variations
Color information
#EEC54B (or 0xEEC54B) is known color: Cream Can. HEX triplet: EE, C5 and 4B. RGB value is (238,197,75). Sum of RGB (Red+Green+Blue) = 238+197+75=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC54B is #113AB4. Grayscale: #C3C3C3. Windows color (decimal): -1129141 or 4965870. OLE color: 4965870.
HSL color Cylindrical-coordinate representation of color #EEC54B: hue angle of 44.91º 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 #EEC54B is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 75 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.07 |
| HSL | 44.91º | 0.83% | 0.61% | - |
| HSV(B) | 44.91º | 0.68% | 0.93% | - |
| XYZ | 56.5 | 58.62 | 14.99 | - |
| YUV | 195.35 | 60.08 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 75 | 0 | 0.17 | 0.68 | 0.07 | 44.91 | 0.83 | 0.61 |
| Hex | EE | C5 | 4B | 0 | 11 | 44 | 7 | 2D | 53 | 3D |
| Octal | 356 | 305 | 113 | 0 | 21 | 104 | 7 | 55 | 123 | 75 |
| Binary | 11101110 | 11000101 | 1001011 | 0 | 10001 | 1000100 | 111 | 101101 | 1010011 | 111101 |
Color Harmonies of #EEC54B
Complementary color
Monochromatic Colors of #EEC54B
Black with #EEC54B
Text Example
Text Example
White with #EEC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC54B; }
p { color: rgb(238,197,75); }
H1.HeaderClassName
{
color: #EEC54B;
}
.AnyTagClassName
{
color: #EEC54B;
}
</style>
background-color css
<style>
a { background-color: #EEC54B; }
a { background-color: rgb(238,197,75); }
div.DivClassName
{
background-color: #EEC54B;
}
.BgClassName
{
background-color: #EEC54B;
}
</style>
border-color css
<style>
span { border-color: #EEC54B; }
span { border-color: rgb(238,197,75); }
td.TdClassName
{
border-color: #EEC54B;
}
.TagClassName
{
border-color: #EEC54B;
}
</style>