Html Css Color HEX #EDE2D0 Quarter Spanish White
📋 copy color: '#EDE2D0'red 237 ◦ green 226 ◦ blue 208
Shades of Quarter Spanish White #EDE2D0
Tints of Quarter Spanish White #EDE2D0
RGB
CMYK
RGB Variations
Color information
#EDE2D0 (or 0xEDE2D0) is known color: Quarter Spanish White. HEX triplet: ED, E2 and D0. RGB value is (237,226,208). Sum of RGB (Red+Green+Blue) = 237+226+208=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2D0 is #121D2F. Grayscale: #E3E3E3. Windows color (decimal): -1187120 or 13689581. OLE color: 13689581.
HSL color Cylindrical-coordinate representation of color #EDE2D0: hue angle of 37.24º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDE2D0 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 226 | 208 | - |
CMYK | 0 | 0.05 | 0.12 | 0.07 |
HSL | 37.24º | 0.45% | 0.87% | - |
HSV(B) | 37.24º | 0.12% | 0.93% | - |
XYZ | 73.51 | 76.95 | 70.65 | - |
YUV | 227.24 | 117.14 | 134.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 226 | 208 | 0 | 0.05 | 0.12 | 0.07 | 37.24 | 0.45 | 0.87 |
Hex | ED | E2 | D0 | 0 | 5 | C | 7 | 25 | 2D | 57 |
Octal | 355 | 342 | 320 | 0 | 5 | 14 | 7 | 45 | 55 | 127 |
Binary | 11101101 | 11100010 | 11010000 | 0 | 101 | 1100 | 111 | 100101 | 101101 | 1010111 |
Color Harmonies of #EDE2D0
Complementary color
Monochromatic Colors of #EDE2D0
Black with #EDE2D0
Text Example
Text Example
White with #EDE2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2D0; }
p { color: rgb(237,226,208); }
H1.HeaderClassName
{
color: #EDE2D0;
}
.AnyTagClassName
{
color: #EDE2D0;
}
</style>
background-color css
<style>
a { background-color: #EDE2D0; }
a { background-color: rgb(237,226,208); }
div.DivClassName
{
background-color: #EDE2D0;
}
.BgClassName
{
background-color: #EDE2D0;
}
</style>
border-color css
<style>
span { border-color: #EDE2D0; }
span { border-color: rgb(237,226,208); }
td.TdClassName
{
border-color: #EDE2D0;
}
.TagClassName
{
border-color: #EDE2D0;
}
</style>