Html Css Color HEX #E6D396 Double Colonial White
📋 copy color: '#E6D396'red 230 ◦ green 211 ◦ blue 150
Shades of Double Colonial White #E6D396
Tints of Double Colonial White #E6D396
RGB
CMYK
RGB Variations
Color information
#E6D396 (or 0xE6D396) is known color: Double Colonial White. HEX triplet: E6, D3 and 96. RGB value is (230,211,150). Sum of RGB (Red+Green+Blue) = 230+211+150=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D396 is #192C69. Grayscale: #D1D1D1. Windows color (decimal): -1649770 or 9884646. OLE color: 9884646.
HSL color Cylindrical-coordinate representation of color #E6D396: hue angle of 45.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6D396 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 211 | 150 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.10 |
| HSL | 45.75º | 0.62% | 0.75% | - |
| HSV(B) | 45.75º | 0.35% | 0.9% | - |
| XYZ | 61.43 | 65.61 | 38.28 | - |
| YUV | 209.73 | 94.29 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 150 | 0 | 0.08 | 0.35 | 0.10 | 45.75 | 0.62 | 0.75 |
| Hex | E6 | D3 | 96 | 0 | 8 | 23 | A | 2E | 3E | 4B |
| Octal | 346 | 323 | 226 | 0 | 10 | 43 | 12 | 56 | 76 | 113 |
| Binary | 11100110 | 11010011 | 10010110 | 0 | 1000 | 100011 | 1010 | 101110 | 111110 | 1001011 |
Color Harmonies of #E6D396
Complementary color
Monochromatic Colors of #E6D396
Black with #E6D396
Text Example
Text Example
White with #E6D396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D396; }
p { color: rgb(230,211,150); }
H1.HeaderClassName
{
color: #E6D396;
}
.AnyTagClassName
{
color: #E6D396;
}
</style>
background-color css
<style>
a { background-color: #E6D396; }
a { background-color: rgb(230,211,150); }
div.DivClassName
{
background-color: #E6D396;
}
.BgClassName
{
background-color: #E6D396;
}
</style>
border-color css
<style>
span { border-color: #E6D396; }
span { border-color: rgb(230,211,150); }
td.TdClassName
{
border-color: #E6D396;
}
.TagClassName
{
border-color: #E6D396;
}
</style>