Html Css Color HEX #EDD592 Double Colonial White
📋 copy color: '#EDD592'red 237 ◦ green 213 ◦ blue 146
Shades of Double Colonial White #EDD592
Tints of Double Colonial White #EDD592
RGB
CMYK
RGB Variations
Color information
#EDD592 (or 0xEDD592) is known color: Double Colonial White. HEX triplet: ED, D5 and 92. RGB value is (237,213,146). Sum of RGB (Red+Green+Blue) = 237+213+146=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD592 is #122A6D. Grayscale: #D4D4D4. Windows color (decimal): -1190510 or 9623021. OLE color: 9623021.
HSL color Cylindrical-coordinate representation of color #EDD592: hue angle of 44.18º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDD592 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 146 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.07 |
| HSL | 44.18º | 0.72% | 0.75% | - |
| HSV(B) | 44.18º | 0.38% | 0.93% | - |
| XYZ | 63.91 | 67.67 | 36.89 | - |
| YUV | 212.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 146 | 0 | 0.10 | 0.38 | 0.07 | 44.18 | 0.72 | 0.75 |
| Hex | ED | D5 | 92 | 0 | A | 26 | 7 | 2C | 48 | 4B |
| Octal | 355 | 325 | 222 | 0 | 12 | 46 | 7 | 54 | 110 | 113 |
| Binary | 11101101 | 11010101 | 10010010 | 0 | 1010 | 100110 | 111 | 101100 | 1001000 | 1001011 |
Color Harmonies of #EDD592
Complementary color
Monochromatic Colors of #EDD592
Black with #EDD592
Text Example
Text Example
White with #EDD592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD592; }
p { color: rgb(237,213,146); }
H1.HeaderClassName
{
color: #EDD592;
}
.AnyTagClassName
{
color: #EDD592;
}
</style>
background-color css
<style>
a { background-color: #EDD592; }
a { background-color: rgb(237,213,146); }
div.DivClassName
{
background-color: #EDD592;
}
.BgClassName
{
background-color: #EDD592;
}
</style>
border-color css
<style>
span { border-color: #EDD592; }
span { border-color: rgb(237,213,146); }
td.TdClassName
{
border-color: #EDD592;
}
.TagClassName
{
border-color: #EDD592;
}
</style>