Shades of Black Squeeze #EAEDDC
Tints of Black Squeeze #EAEDDC
RGB
CMYK
RGB Variations
Color information
#EAEDDC (or 0xEAEDDC) is known color: Black Squeeze. HEX triplet: EA, ED and DC. RGB value is (234,237,220). Sum of RGB (Red+Green+Blue) = 234+237+220=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDDC is #151223. Grayscale: #EAEAEA. Windows color (decimal): -1380900 or 14478826. OLE color: 14478826.
HSL color Cylindrical-coordinate representation of color #EAEDDC: hue angle of 70.59º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAEDDC is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 220 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.07 |
| HSL | 70.59º | 0.32% | 0.9% | - |
| HSV(B) | 70.59º | 0.07% | 0.93% | - |
| XYZ | 77.13 | 83.23 | 79.71 | - |
| YUV | 234.17 | 120.01 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 220 | 0.01 | 0 | 0.07 | 0.07 | 70.59 | 0.32 | 0.9 |
| Hex | EA | ED | DC | 1 | 0 | 7 | 7 | 47 | 20 | 5A |
| Octal | 352 | 355 | 334 | 1 | 0 | 7 | 7 | 107 | 40 | 132 |
| Binary | 11101010 | 11101101 | 11011100 | 1 | 0 | 111 | 111 | 1000111 | 100000 | 1011010 |
Color Harmonies of #EAEDDC
Complementary color
Monochromatic Colors of #EAEDDC
Black with #EAEDDC
Text Example
Text Example
White with #EAEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDDC; }
p { color: rgb(234,237,220); }
H1.HeaderClassName
{
color: #EAEDDC;
}
.AnyTagClassName
{
color: #EAEDDC;
}
</style>
background-color css
<style>
a { background-color: #EAEDDC; }
a { background-color: rgb(234,237,220); }
div.DivClassName
{
background-color: #EAEDDC;
}
.BgClassName
{
background-color: #EAEDDC;
}
</style>
border-color css
<style>
span { border-color: #EAEDDC; }
span { border-color: rgb(234,237,220); }
td.TdClassName
{
border-color: #EAEDDC;
}
.TagClassName
{
border-color: #EAEDDC;
}
</style>