Shades of Cream Can #EEC34A
Tints of Cream Can #EEC34A
RGB
CMYK
RGB Variations
Color information
#EEC34A (or 0xEEC34A) is known color: Cream Can. HEX triplet: EE, C3 and 4A. RGB value is (238,195,74). Sum of RGB (Red+Green+Blue) = 238+195+74=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC34A is #113CB5. Grayscale: #C2C2C2. Windows color (decimal): -1129654 or 4899822. OLE color: 4899822.
HSL color Cylindrical-coordinate representation of color #EEC34A: hue angle of 44.27º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEC34A is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 74 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.07 |
| HSL | 44.27º | 0.83% | 0.61% | - |
| HSV(B) | 44.27º | 0.69% | 0.93% | - |
| XYZ | 56.01 | 57.7 | 14.66 | - |
| YUV | 194.06 | 60.25 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 74 | 0 | 0.18 | 0.69 | 0.07 | 44.27 | 0.83 | 0.61 |
| Hex | EE | C3 | 4A | 0 | 12 | 45 | 7 | 2C | 53 | 3D |
| Octal | 356 | 303 | 112 | 0 | 22 | 105 | 7 | 54 | 123 | 75 |
| Binary | 11101110 | 11000011 | 1001010 | 0 | 10010 | 1000101 | 111 | 101100 | 1010011 | 111101 |
Color Harmonies of #EEC34A
Complementary color
Monochromatic Colors of #EEC34A
Black with #EEC34A
Text Example
Text Example
White with #EEC34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC34A; }
p { color: rgb(238,195,74); }
H1.HeaderClassName
{
color: #EEC34A;
}
.AnyTagClassName
{
color: #EEC34A;
}
</style>
background-color css
<style>
a { background-color: #EEC34A; }
a { background-color: rgb(238,195,74); }
div.DivClassName
{
background-color: #EEC34A;
}
.BgClassName
{
background-color: #EEC34A;
}
</style>
border-color css
<style>
span { border-color: #EEC34A; }
span { border-color: rgb(238,195,74); }
td.TdClassName
{
border-color: #EEC34A;
}
.TagClassName
{
border-color: #EEC34A;
}
</style>