Shades of Cream Can #E6C55B
Tints of Cream Can #E6C55B
RGB
CMYK
RGB Variations
Color information
#E6C55B (or 0xE6C55B) is known color: Cream Can. HEX triplet: E6, C5 and 5B. RGB value is (230,197,91). Sum of RGB (Red+Green+Blue) = 230+197+91=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C55B is #193AA4. Grayscale: #C3C3C3. Windows color (decimal): -1653413 or 6014438. OLE color: 6014438.
HSL color Cylindrical-coordinate representation of color #E6C55B: hue angle of 45.76º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6C55B is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 197 | 91 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.10 |
| HSL | 45.76º | 0.74% | 0.63% | - |
| HSV(B) | 45.76º | 0.6% | 0.9% | - |
| XYZ | 54.49 | 57.51 | 18.13 | - |
| YUV | 194.78 | 69.43 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 197 | 91 | 0 | 0.14 | 0.60 | 0.10 | 45.76 | 0.74 | 0.63 |
| Hex | E6 | C5 | 5B | 0 | E | 3C | A | 2E | 4A | 3F |
| Octal | 346 | 305 | 133 | 0 | 16 | 74 | 12 | 56 | 112 | 77 |
| Binary | 11100110 | 11000101 | 1011011 | 0 | 1110 | 111100 | 1010 | 101110 | 1001010 | 111111 |
Color Harmonies of #E6C55B
Complementary color
Monochromatic Colors of #E6C55B
Black with #E6C55B
Text Example
Text Example
White with #E6C55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C55B; }
p { color: rgb(230,197,91); }
H1.HeaderClassName
{
color: #E6C55B;
}
.AnyTagClassName
{
color: #E6C55B;
}
</style>
background-color css
<style>
a { background-color: #E6C55B; }
a { background-color: rgb(230,197,91); }
div.DivClassName
{
background-color: #E6C55B;
}
.BgClassName
{
background-color: #E6C55B;
}
</style>
border-color css
<style>
span { border-color: #E6C55B; }
span { border-color: rgb(230,197,91); }
td.TdClassName
{
border-color: #E6C55B;
}
.TagClassName
{
border-color: #E6C55B;
}
</style>