Shades of Cumulus #EEEABC
Tints of Cumulus #EEEABC
RGB
CMYK
RGB Variations
Color information
#EEEABC (or 0xEEEABC) is known color: Cumulus. HEX triplet: EE, EA and BC. RGB value is (238,234,188). Sum of RGB (Red+Green+Blue) = 238+234+188=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 188 (73.83% from 255 or 28.48% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEABC is #111543. Grayscale: #E6E6E6. Windows color (decimal): -1119556 or 12380910. OLE color: 12380910.
HSL color Cylindrical-coordinate representation of color #EEEABC: hue angle of 55.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEEABC is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 188 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.07 |
| HSL | 55.2º | 0.6% | 0.84% | - |
| HSV(B) | 55.2º | 0.21% | 0.93% | - |
| XYZ | 73.76 | 80.65 | 59.26 | - |
| YUV | 229.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 188 | 0 | 0.02 | 0.21 | 0.07 | 55.2 | 0.6 | 0.84 |
| Hex | EE | EA | BC | 0 | 2 | 15 | 7 | 37 | 3C | 54 |
| Octal | 356 | 352 | 274 | 0 | 2 | 25 | 7 | 67 | 74 | 124 |
| Binary | 11101110 | 11101010 | 10111100 | 0 | 10 | 10101 | 111 | 110111 | 111100 | 1010100 |
Color Harmonies of #EEEABC
Complementary color
Monochromatic Colors of #EEEABC
Black with #EEEABC
Text Example
Text Example
White with #EEEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEABC; }
p { color: rgb(238,234,188); }
H1.HeaderClassName
{
color: #EEEABC;
}
.AnyTagClassName
{
color: #EEEABC;
}
</style>
background-color css
<style>
a { background-color: #EEEABC; }
a { background-color: rgb(238,234,188); }
div.DivClassName
{
background-color: #EEEABC;
}
.BgClassName
{
background-color: #EEEABC;
}
</style>
border-color css
<style>
span { border-color: #EEEABC; }
span { border-color: rgb(238,234,188); }
td.TdClassName
{
border-color: #EEEABC;
}
.TagClassName
{
border-color: #EEEABC;
}
</style>