Html Css Color HEX #EDD28F Double Colonial White
📋 copy color: '#EDD28F'red 237 ◦ green 210 ◦ blue 143
Shades of Double Colonial White #EDD28F
Tints of Double Colonial White #EDD28F
RGB
CMYK
RGB Variations
Color information
#EDD28F (or 0xEDD28F) is known color: Double Colonial White. HEX triplet: ED, D2 and 8F. RGB value is (237,210,143). Sum of RGB (Red+Green+Blue) = 237+210+143=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 143 (56.25% from 255 or 24.24% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD28F is #122D70. Grayscale: #D2D2D2. Windows color (decimal): -1191281 or 9425645. OLE color: 9425645.
HSL color Cylindrical-coordinate representation of color #EDD28F: hue angle of 42.77º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDD28F is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 143 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.07 |
| HSL | 42.77º | 0.72% | 0.75% | - |
| HSV(B) | 42.77º | 0.4% | 0.93% | - |
| XYZ | 62.93 | 66.08 | 35.42 | - |
| YUV | 210.44 | 89.95 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 143 | 0 | 0.11 | 0.40 | 0.07 | 42.77 | 0.72 | 0.75 |
| Hex | ED | D2 | 8F | 0 | B | 28 | 7 | 2B | 48 | 4B |
| Octal | 355 | 322 | 217 | 0 | 13 | 50 | 7 | 53 | 110 | 113 |
| Binary | 11101101 | 11010010 | 10001111 | 0 | 1011 | 101000 | 111 | 101011 | 1001000 | 1001011 |
Color Harmonies of #EDD28F
Complementary color
Monochromatic Colors of #EDD28F
Black with #EDD28F
Text Example
Text Example
White with #EDD28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD28F; }
p { color: rgb(237,210,143); }
H1.HeaderClassName
{
color: #EDD28F;
}
.AnyTagClassName
{
color: #EDD28F;
}
</style>
background-color css
<style>
a { background-color: #EDD28F; }
a { background-color: rgb(237,210,143); }
div.DivClassName
{
background-color: #EDD28F;
}
.BgClassName
{
background-color: #EDD28F;
}
</style>
border-color css
<style>
span { border-color: #EDD28F; }
span { border-color: rgb(237,210,143); }
td.TdClassName
{
border-color: #EDD28F;
}
.TagClassName
{
border-color: #EDD28F;
}
</style>