Html Css Color HEX #EDD692 Double Colonial White
📋 copy color: '#EDD692'red 237 ◦ green 214 ◦ blue 146
Shades of Double Colonial White #EDD692
Tints of Double Colonial White #EDD692
RGB
CMYK
RGB Variations
Color information
#EDD692 (or 0xEDD692) is known color: Double Colonial White. HEX triplet: ED, D6 and 92. RGB value is (237,214,146). Sum of RGB (Red+Green+Blue) = 237+214+146=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD692 is #12296D. Grayscale: #D5D5D5. Windows color (decimal): -1190254 or 9623277. OLE color: 9623277.
HSL color Cylindrical-coordinate representation of color #EDD692: hue angle of 44.84º 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 #EDD692 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 146 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.07 |
| HSL | 44.84º | 0.72% | 0.75% | - |
| HSV(B) | 44.84º | 0.38% | 0.93% | - |
| XYZ | 64.16 | 68.17 | 36.97 | - |
| YUV | 213.13 | 90.12 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 146 | 0 | 0.10 | 0.38 | 0.07 | 44.84 | 0.72 | 0.75 |
| Hex | ED | D6 | 92 | 0 | A | 26 | 7 | 2D | 48 | 4B |
| Octal | 355 | 326 | 222 | 0 | 12 | 46 | 7 | 55 | 110 | 113 |
| Binary | 11101101 | 11010110 | 10010010 | 0 | 1010 | 100110 | 111 | 101101 | 1001000 | 1001011 |
Color Harmonies of #EDD692
Complementary color
Monochromatic Colors of #EDD692
Black with #EDD692
Text Example
Text Example
White with #EDD692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD692; }
p { color: rgb(237,214,146); }
H1.HeaderClassName
{
color: #EDD692;
}
.AnyTagClassName
{
color: #EDD692;
}
</style>
background-color css
<style>
a { background-color: #EDD692; }
a { background-color: rgb(237,214,146); }
div.DivClassName
{
background-color: #EDD692;
}
.BgClassName
{
background-color: #EDD692;
}
</style>
border-color css
<style>
span { border-color: #EDD692; }
span { border-color: rgb(237,214,146); }
td.TdClassName
{
border-color: #EDD692;
}
.TagClassName
{
border-color: #EDD692;
}
</style>