Shades of Black Squeeze #EAEEDD
Tints of Black Squeeze #EAEEDD
RGB
CMYK
RGB Variations
Color information
#EAEEDD (or 0xEAEEDD) is known color: Black Squeeze. HEX triplet: EA, EE and DD. RGB value is (234,238,221). Sum of RGB (Red+Green+Blue) = 234+238+221=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEEDD is #151122. Grayscale: #EAEAEA. Windows color (decimal): -1380643 or 14544618. OLE color: 14544618.
HSL color Cylindrical-coordinate representation of color #EAEEDD: hue angle of 74.12º degrees, saturation: 0.33, 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 #EAEEDD is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 238 | 221 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.07 |
| HSL | 74.12º | 0.33% | 0.9% | - |
| HSV(B) | 74.12º | 0.07% | 0.93% | - |
| XYZ | 77.56 | 83.86 | 80.51 | - |
| YUV | 234.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 221 | 0.02 | 0 | 0.07 | 0.07 | 74.12 | 0.33 | 0.9 |
| Hex | EA | EE | DD | 2 | 0 | 7 | 7 | 4A | 21 | 5A |
| Octal | 352 | 356 | 335 | 2 | 0 | 7 | 7 | 112 | 41 | 132 |
| Binary | 11101010 | 11101110 | 11011101 | 10 | 0 | 111 | 111 | 1001010 | 100001 | 1011010 |
Color Harmonies of #EAEEDD
Complementary color
Monochromatic Colors of #EAEEDD
Black with #EAEEDD
Text Example
Text Example
White with #EAEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEEDD; }
p { color: rgb(234,238,221); }
H1.HeaderClassName
{
color: #EAEEDD;
}
.AnyTagClassName
{
color: #EAEEDD;
}
</style>
background-color css
<style>
a { background-color: #EAEEDD; }
a { background-color: rgb(234,238,221); }
div.DivClassName
{
background-color: #EAEEDD;
}
.BgClassName
{
background-color: #EAEEDD;
}
</style>
border-color css
<style>
span { border-color: #EAEEDD; }
span { border-color: rgb(234,238,221); }
td.TdClassName
{
border-color: #EAEEDD;
}
.TagClassName
{
border-color: #EAEEDD;
}
</style>