Html Css Color HEX #E6D094 Double Colonial White
📋 copy color: '#E6D094'red 230 ◦ green 208 ◦ blue 148
Shades of Double Colonial White #E6D094
Tints of Double Colonial White #E6D094
RGB
CMYK
RGB Variations
Color information
#E6D094 (or 0xE6D094) is known color: Double Colonial White. HEX triplet: E6, D0 and 94. RGB value is (230,208,148). Sum of RGB (Red+Green+Blue) = 230+208+148=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D094 is #192F6B. Grayscale: #D0D0D0. Windows color (decimal): -1650540 or 9752806. OLE color: 9752806.
HSL color Cylindrical-coordinate representation of color #E6D094: hue angle of 43.9º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6D094 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 148 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.10 |
| HSL | 43.9º | 0.62% | 0.74% | - |
| HSV(B) | 43.9º | 0.36% | 0.9% | - |
| XYZ | 60.53 | 64.07 | 37.19 | - |
| YUV | 207.74 | 94.29 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 148 | 0 | 0.10 | 0.36 | 0.10 | 43.9 | 0.62 | 0.74 |
| Hex | E6 | D0 | 94 | 0 | A | 24 | A | 2C | 3E | 4A |
| Octal | 346 | 320 | 224 | 0 | 12 | 44 | 12 | 54 | 76 | 112 |
| Binary | 11100110 | 11010000 | 10010100 | 0 | 1010 | 100100 | 1010 | 101100 | 111110 | 1001010 |
Color Harmonies of #E6D094
Complementary color
Monochromatic Colors of #E6D094
Black with #E6D094
Text Example
Text Example
White with #E6D094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D094; }
p { color: rgb(230,208,148); }
H1.HeaderClassName
{
color: #E6D094;
}
.AnyTagClassName
{
color: #E6D094;
}
</style>
background-color css
<style>
a { background-color: #E6D094; }
a { background-color: rgb(230,208,148); }
div.DivClassName
{
background-color: #E6D094;
}
.BgClassName
{
background-color: #E6D094;
}
</style>
border-color css
<style>
span { border-color: #E6D094; }
span { border-color: rgb(230,208,148); }
td.TdClassName
{
border-color: #E6D094;
}
.TagClassName
{
border-color: #E6D094;
}
</style>