Shades of Black Squeeze #EAEEDC
Tints of Black Squeeze #EAEEDC
RGB
CMYK
RGB Variations
Color information
#EAEEDC (or 0xEAEEDC) is known color: Black Squeeze. HEX triplet: EA, EE and DC. RGB value is (234,238,220). Sum of RGB (Red+Green+Blue) = 234+238+220=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEEDC is #151123. Grayscale: #EAEAEA. Windows color (decimal): -1380644 or 14479082. OLE color: 14479082.
HSL color Cylindrical-coordinate representation of color #EAEEDC: hue angle of 73.33º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAEEDC is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 238 | 220 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.07 |
| HSL | 73.33º | 0.35% | 0.9% | - |
| HSV(B) | 73.33º | 0.08% | 0.93% | - |
| XYZ | 77.42 | 83.81 | 79.81 | - |
| YUV | 234.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 220 | 0.02 | 0 | 0.08 | 0.07 | 73.33 | 0.35 | 0.9 |
| Hex | EA | EE | DC | 2 | 0 | 8 | 7 | 49 | 23 | 5A |
| Octal | 352 | 356 | 334 | 2 | 0 | 10 | 7 | 111 | 43 | 132 |
| Binary | 11101010 | 11101110 | 11011100 | 10 | 0 | 1000 | 111 | 1001001 | 100011 | 1011010 |
Color Harmonies of #EAEEDC
Complementary color
Monochromatic Colors of #EAEEDC
Black with #EAEEDC
Text Example
Text Example
White with #EAEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEEDC; }
p { color: rgb(234,238,220); }
H1.HeaderClassName
{
color: #EAEEDC;
}
.AnyTagClassName
{
color: #EAEEDC;
}
</style>
background-color css
<style>
a { background-color: #EAEEDC; }
a { background-color: rgb(234,238,220); }
div.DivClassName
{
background-color: #EAEEDC;
}
.BgClassName
{
background-color: #EAEEDC;
}
</style>
border-color css
<style>
span { border-color: #EAEEDC; }
span { border-color: rgb(234,238,220); }
td.TdClassName
{
border-color: #EAEEDC;
}
.TagClassName
{
border-color: #EAEEDC;
}
</style>