Shades of White Linen #EDEAE4
Tints of White Linen #EDEAE4
RGB
CMYK
RGB Variations
Color information
#EDEAE4 (or 0xEDEAE4) is known color: White Linen. HEX triplet: ED, EA and E4. RGB value is (237,234,228). Sum of RGB (Red+Green+Blue) = 237+234+228=699 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.91% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 228 (89.45% from 255 or 32.62% from 699); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAE4 is #12151B. Grayscale: #EAEAEA. Windows color (decimal): -1185052 or 15002349. OLE color: 15002349.
HSL color Cylindrical-coordinate representation of color #EDEAE4: hue angle of 40º degrees, saturation: 0.2, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDEAE4 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 234 | 228 | - |
CMYK | 0 | 0.01 | 0.04 | 0.07 |
HSL | 40º | 0.2% | 0.91% | - |
HSV(B) | 40º | 0.04% | 0.93% | - |
XYZ | 78.35 | 82.45 | 85.18 | - |
YUV | 234.21 | 124.49 | 129.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 234 | 228 | 0 | 0.01 | 0.04 | 0.07 | 40 | 0.2 | 0.91 |
Hex | ED | EA | E4 | 0 | 1 | 4 | 7 | 28 | 14 | 5B |
Octal | 355 | 352 | 344 | 0 | 1 | 4 | 7 | 50 | 24 | 133 |
Binary | 11101101 | 11101010 | 11100100 | 0 | 1 | 100 | 111 | 101000 | 10100 | 1011011 |
Color Harmonies of #EDEAE4
Complementary color
Monochromatic Colors of #EDEAE4
Black with #EDEAE4
Text Example
Text Example
White with #EDEAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAE4; }
p { color: rgb(237,234,228); }
H1.HeaderClassName
{
color: #EDEAE4;
}
.AnyTagClassName
{
color: #EDEAE4;
}
</style>
background-color css
<style>
a { background-color: #EDEAE4; }
a { background-color: rgb(237,234,228); }
div.DivClassName
{
background-color: #EDEAE4;
}
.BgClassName
{
background-color: #EDEAE4;
}
</style>
border-color css
<style>
span { border-color: #EDEAE4; }
span { border-color: rgb(237,234,228); }
td.TdClassName
{
border-color: #EDEAE4;
}
.TagClassName
{
border-color: #EDEAE4;
}
</style>