Html Css Color HEX #EDD492 Double Colonial White
📋 copy color: '#EDD492'red 237 ◦ green 212 ◦ blue 146
Shades of Double Colonial White #EDD492
Tints of Double Colonial White #EDD492
RGB
CMYK
RGB Variations
Color information
#EDD492 (or 0xEDD492) is known color: Double Colonial White. HEX triplet: ED, D4 and 92. RGB value is (237,212,146). Sum of RGB (Red+Green+Blue) = 237+212+146=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD492 is #122B6D. Grayscale: #D4D4D4. Windows color (decimal): -1190766 or 9622765. OLE color: 9622765.
HSL color Cylindrical-coordinate representation of color #EDD492: hue angle of 43.52º 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 #EDD492 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 146 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.07 |
| HSL | 43.52º | 0.72% | 0.75% | - |
| HSV(B) | 43.52º | 0.38% | 0.93% | - |
| XYZ | 63.66 | 67.17 | 36.8 | - |
| YUV | 211.95 | 90.78 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 146 | 0 | 0.11 | 0.38 | 0.07 | 43.52 | 0.72 | 0.75 |
| Hex | ED | D4 | 92 | 0 | B | 26 | 7 | 2C | 48 | 4B |
| Octal | 355 | 324 | 222 | 0 | 13 | 46 | 7 | 54 | 110 | 113 |
| Binary | 11101101 | 11010100 | 10010010 | 0 | 1011 | 100110 | 111 | 101100 | 1001000 | 1001011 |
Color Harmonies of #EDD492
Complementary color
Monochromatic Colors of #EDD492
Black with #EDD492
Text Example
Text Example
White with #EDD492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD492; }
p { color: rgb(237,212,146); }
H1.HeaderClassName
{
color: #EDD492;
}
.AnyTagClassName
{
color: #EDD492;
}
</style>
background-color css
<style>
a { background-color: #EDD492; }
a { background-color: rgb(237,212,146); }
div.DivClassName
{
background-color: #EDD492;
}
.BgClassName
{
background-color: #EDD492;
}
</style>
border-color css
<style>
span { border-color: #EDD492; }
span { border-color: rgb(237,212,146); }
td.TdClassName
{
border-color: #EDD492;
}
.TagClassName
{
border-color: #EDD492;
}
</style>