Html Css Color HEX #E6D092 Double Colonial White
📋 copy color: '#E6D092'red 230 ◦ green 208 ◦ blue 146
Shades of Double Colonial White #E6D092
Tints of Double Colonial White #E6D092
RGB
CMYK
RGB Variations
Color information
#E6D092 (or 0xE6D092) is known color: Double Colonial White. HEX triplet: E6, D0 and 92. RGB value is (230,208,146). Sum of RGB (Red+Green+Blue) = 230+208+146=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D092 is #192F6D. Grayscale: #CFCFCF. Windows color (decimal): -1650542 or 9621734. OLE color: 9621734.
HSL color Cylindrical-coordinate representation of color #E6D092: hue angle of 44.29º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6D092 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 146 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.10 |
| HSL | 44.29º | 0.63% | 0.74% | - |
| HSV(B) | 44.29º | 0.37% | 0.9% | - |
| XYZ | 60.38 | 64.01 | 36.37 | - |
| YUV | 207.51 | 93.29 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 146 | 0 | 0.10 | 0.37 | 0.10 | 44.29 | 0.63 | 0.74 |
| Hex | E6 | D0 | 92 | 0 | A | 25 | A | 2C | 3F | 4A |
| Octal | 346 | 320 | 222 | 0 | 12 | 45 | 12 | 54 | 77 | 112 |
| Binary | 11100110 | 11010000 | 10010010 | 0 | 1010 | 100101 | 1010 | 101100 | 111111 | 1001010 |
Color Harmonies of #E6D092
Complementary color
Monochromatic Colors of #E6D092
Black with #E6D092
Text Example
Text Example
White with #E6D092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D092; }
p { color: rgb(230,208,146); }
H1.HeaderClassName
{
color: #E6D092;
}
.AnyTagClassName
{
color: #E6D092;
}
</style>
background-color css
<style>
a { background-color: #E6D092; }
a { background-color: rgb(230,208,146); }
div.DivClassName
{
background-color: #E6D092;
}
.BgClassName
{
background-color: #E6D092;
}
</style>
border-color css
<style>
span { border-color: #E6D092; }
span { border-color: rgb(230,208,146); }
td.TdClassName
{
border-color: #E6D092;
}
.TagClassName
{
border-color: #E6D092;
}
</style>