Shades of Cream Can #EEC35C
Tints of Cream Can #EEC35C
RGB
CMYK
RGB Variations
Color information
#EEC35C (or 0xEEC35C) is known color: Cream Can. HEX triplet: EE, C3 and 5C. RGB value is (238,195,92). Sum of RGB (Red+Green+Blue) = 238+195+92=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC35C is #113CA3. Grayscale: #C4C4C4. Windows color (decimal): -1129636 or 6079470. OLE color: 6079470.
HSL color Cylindrical-coordinate representation of color #EEC35C: hue angle of 42.33º 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 #EEC35C is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 92 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.07 |
| HSL | 42.33º | 0.81% | 0.65% | - |
| HSV(B) | 42.33º | 0.61% | 0.93% | - |
| XYZ | 56.71 | 57.98 | 18.33 | - |
| YUV | 196.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 92 | 0 | 0.18 | 0.61 | 0.07 | 42.33 | 0.81 | 0.65 |
| Hex | EE | C3 | 5C | 0 | 12 | 3D | 7 | 2A | 51 | 41 |
| Octal | 356 | 303 | 134 | 0 | 22 | 75 | 7 | 52 | 121 | 101 |
| Binary | 11101110 | 11000011 | 1011100 | 0 | 10010 | 111101 | 111 | 101010 | 1010001 | 1000001 |
Color Harmonies of #EEC35C
Complementary color
Monochromatic Colors of #EEC35C
Black with #EEC35C
Text Example
Text Example
White with #EEC35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC35C; }
p { color: rgb(238,195,92); }
H1.HeaderClassName
{
color: #EEC35C;
}
.AnyTagClassName
{
color: #EEC35C;
}
</style>
background-color css
<style>
a { background-color: #EEC35C; }
a { background-color: rgb(238,195,92); }
div.DivClassName
{
background-color: #EEC35C;
}
.BgClassName
{
background-color: #EEC35C;
}
</style>
border-color css
<style>
span { border-color: #EEC35C; }
span { border-color: rgb(238,195,92); }
td.TdClassName
{
border-color: #EEC35C;
}
.TagClassName
{
border-color: #EEC35C;
}
</style>