Shades of Cosmic Latte #E0FFEA
Tints of Cosmic Latte #E0FFEA
RGB
CMYK
RGB Variations
Color information
#E0FFEA (or 0xE0FFEA) is known color: Cosmic Latte. HEX triplet: E0, FF and EA. RGB value is (224,255,234). Sum of RGB (Red+Green+Blue) = 224+255+234=713 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.42% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 234 (91.80% from 255 or 32.82% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FFEA is #1F0015. Grayscale: #F3F3F3. Windows color (decimal): -2031638 or 15400928. OLE color: 15400928.
HSL color Cylindrical-coordinate representation of color #E0FFEA: hue angle of 139.35º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0FFEA is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 234 | - |
| CMYK | 0.12 | 0 | 0.08 | 0 |
| HSL | 139.35º | 1% | 0.94% | - |
| HSV(B) | 139.35º | 0.12% | 1% | - |
| XYZ | 81.35 | 93.31 | 91.56 | - |
| YUV | 243.34 | 122.73 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 234 | 0.12 | 0 | 0.08 | 0 | 139.35 | 1 | 0.94 |
| Hex | E0 | FF | EA | C | 0 | 8 | 0 | 8B | 64 | 5E |
| Octal | 340 | 377 | 352 | 14 | 0 | 10 | 0 | 213 | 144 | 136 |
| Binary | 11100000 | 11111111 | 11101010 | 1100 | 0 | 1000 | 0 | 10001011 | 1100100 | 1011110 |
Color Harmonies of #E0FFEA
Complementary color
Monochromatic Colors of #E0FFEA
Black with #E0FFEA
Text Example
Text Example
White with #E0FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFEA; }
p { color: rgb(224,255,234); }
H1.HeaderClassName
{
color: #E0FFEA;
}
.AnyTagClassName
{
color: #E0FFEA;
}
</style>
background-color css
<style>
a { background-color: #E0FFEA; }
a { background-color: rgb(224,255,234); }
div.DivClassName
{
background-color: #E0FFEA;
}
.BgClassName
{
background-color: #E0FFEA;
}
</style>
border-color css
<style>
span { border-color: #E0FFEA; }
span { border-color: rgb(224,255,234); }
td.TdClassName
{
border-color: #E0FFEA;
}
.TagClassName
{
border-color: #E0FFEA;
}
</style>