Html Css Color HEX #E6D59A Double Colonial White
📋 copy color: '#E6D59A'red 230 ◦ green 213 ◦ blue 154
Shades of Double Colonial White #E6D59A
Tints of Double Colonial White #E6D59A
RGB
CMYK
RGB Variations
Color information
#E6D59A (or 0xE6D59A) is known color: Double Colonial White. HEX triplet: E6, D5 and 9A. RGB value is (230,213,154). Sum of RGB (Red+Green+Blue) = 230+213+154=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D59A is #192A65. Grayscale: #D3D3D3. Windows color (decimal): -1649254 or 10147302. OLE color: 10147302.
HSL color Cylindrical-coordinate representation of color #E6D59A: hue angle of 46.58º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6D59A is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 213 | 154 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.10 |
| HSL | 46.58º | 0.6% | 0.75% | - |
| HSV(B) | 46.58º | 0.33% | 0.9% | - |
| XYZ | 62.26 | 66.74 | 40.17 | - |
| YUV | 211.36 | 95.63 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 213 | 154 | 0 | 0.07 | 0.33 | 0.10 | 46.58 | 0.6 | 0.75 |
| Hex | E6 | D5 | 9A | 0 | 7 | 21 | A | 2F | 3C | 4B |
| Octal | 346 | 325 | 232 | 0 | 7 | 41 | 12 | 57 | 74 | 113 |
| Binary | 11100110 | 11010101 | 10011010 | 0 | 111 | 100001 | 1010 | 101111 | 111100 | 1001011 |
Color Harmonies of #E6D59A
Complementary color
Monochromatic Colors of #E6D59A
Black with #E6D59A
Text Example
Text Example
White with #E6D59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D59A; }
p { color: rgb(230,213,154); }
H1.HeaderClassName
{
color: #E6D59A;
}
.AnyTagClassName
{
color: #E6D59A;
}
</style>
background-color css
<style>
a { background-color: #E6D59A; }
a { background-color: rgb(230,213,154); }
div.DivClassName
{
background-color: #E6D59A;
}
.BgClassName
{
background-color: #E6D59A;
}
</style>
border-color css
<style>
span { border-color: #E6D59A; }
span { border-color: rgb(230,213,154); }
td.TdClassName
{
border-color: #E6D59A;
}
.TagClassName
{
border-color: #E6D59A;
}
</style>