Html Css Color HEX #EDD58F Double Colonial White
📋 copy color: '#EDD58F'red 237 ◦ green 213 ◦ blue 143
Shades of Double Colonial White #EDD58F
Tints of Double Colonial White #EDD58F
RGB
CMYK
RGB Variations
Color information
#EDD58F (or 0xEDD58F) is known color: Double Colonial White. HEX triplet: ED, D5 and 8F. RGB value is (237,213,143). Sum of RGB (Red+Green+Blue) = 237+213+143=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 143 (56.25% from 255 or 24.11% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD58F is #122A70. Grayscale: #D4D4D4. Windows color (decimal): -1190513 or 9426413. OLE color: 9426413.
HSL color Cylindrical-coordinate representation of color #EDD58F: hue angle of 44.68º 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 #EDD58F is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 143 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.07 |
| HSL | 44.68º | 0.72% | 0.75% | - |
| HSV(B) | 44.68º | 0.4% | 0.93% | - |
| XYZ | 63.68 | 67.58 | 35.67 | - |
| YUV | 212.2 | 88.95 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 143 | 0 | 0.10 | 0.40 | 0.07 | 44.68 | 0.72 | 0.75 |
| Hex | ED | D5 | 8F | 0 | A | 28 | 7 | 2D | 48 | 4B |
| Octal | 355 | 325 | 217 | 0 | 12 | 50 | 7 | 55 | 110 | 113 |
| Binary | 11101101 | 11010101 | 10001111 | 0 | 1010 | 101000 | 111 | 101101 | 1001000 | 1001011 |
Color Harmonies of #EDD58F
Complementary color
Monochromatic Colors of #EDD58F
Black with #EDD58F
Text Example
Text Example
White with #EDD58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD58F; }
p { color: rgb(237,213,143); }
H1.HeaderClassName
{
color: #EDD58F;
}
.AnyTagClassName
{
color: #EDD58F;
}
</style>
background-color css
<style>
a { background-color: #EDD58F; }
a { background-color: rgb(237,213,143); }
div.DivClassName
{
background-color: #EDD58F;
}
.BgClassName
{
background-color: #EDD58F;
}
</style>
border-color css
<style>
span { border-color: #EDD58F; }
span { border-color: rgb(237,213,143); }
td.TdClassName
{
border-color: #EDD58F;
}
.TagClassName
{
border-color: #EDD58F;
}
</style>