Shades of Cosmic Latte #E0FEEA
Tints of Cosmic Latte #E0FEEA
RGB
CMYK
RGB Variations
Color information
#E0FEEA (or 0xE0FEEA) is known color: Cosmic Latte. HEX triplet: E0, FE and EA. RGB value is (224,254,234). Sum of RGB (Red+Green+Blue) = 224+254+234=712 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.46% from 712); Green value is 254 (99.61% from 255 or 35.67% from 712); Blue value is 234 (91.80% from 255 or 32.87% from 712); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FEEA is #1F0115. Grayscale: #F2F2F2. Windows color (decimal): -2031894 or 15400672. OLE color: 15400672.
HSL color Cylindrical-coordinate representation of color #E0FEEA: hue angle of 140º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0FEEA is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 254 | 234 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.00 |
| HSL | 140º | 0.94% | 0.94% | - |
| HSV(B) | 140º | 0.12% | 1% | - |
| XYZ | 81.03 | 92.67 | 91.46 | - |
| YUV | 242.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 254 | 234 | 0.12 | 0 | 0.08 | 0.00 | 140 | 0.94 | 0.94 |
| Hex | E0 | FE | EA | C | 0 | 8 | 0 | 8C | 5E | 5E |
| Octal | 340 | 376 | 352 | 14 | 0 | 10 | 0 | 214 | 136 | 136 |
| Binary | 11100000 | 11111110 | 11101010 | 1100 | 0 | 1000 | 0 | 10001100 | 1011110 | 1011110 |
Color Harmonies of #E0FEEA
Complementary color
Monochromatic Colors of #E0FEEA
Black with #E0FEEA
Text Example
Text Example
White with #E0FEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FEEA; }
p { color: rgb(224,254,234); }
H1.HeaderClassName
{
color: #E0FEEA;
}
.AnyTagClassName
{
color: #E0FEEA;
}
</style>
background-color css
<style>
a { background-color: #E0FEEA; }
a { background-color: rgb(224,254,234); }
div.DivClassName
{
background-color: #E0FEEA;
}
.BgClassName
{
background-color: #E0FEEA;
}
</style>
border-color css
<style>
span { border-color: #E0FEEA; }
span { border-color: rgb(224,254,234); }
td.TdClassName
{
border-color: #E0FEEA;
}
.TagClassName
{
border-color: #E0FEEA;
}
</style>