Html Css Color HEX #E6D59B Double Colonial White
📋 copy color: '#E6D59B'red 230 ◦ green 213 ◦ blue 155
Shades of Double Colonial White #E6D59B
Tints of Double Colonial White #E6D59B
RGB
CMYK
RGB Variations
Color information
#E6D59B (or 0xE6D59B) is known color: Double Colonial White. HEX triplet: E6, D5 and 9B. RGB value is (230,213,155). Sum of RGB (Red+Green+Blue) = 230+213+155=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D59B is #192A64. Grayscale: #D3D3D3. Windows color (decimal): -1649253 or 10212838. OLE color: 10212838.
HSL color Cylindrical-coordinate representation of color #E6D59B: hue angle of 46.4º 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 #E6D59B is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 213 | 155 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.10 |
| HSL | 46.4º | 0.6% | 0.75% | - |
| HSV(B) | 46.4º | 0.33% | 0.9% | - |
| XYZ | 62.34 | 66.78 | 40.61 | - |
| YUV | 211.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 213 | 155 | 0 | 0.07 | 0.33 | 0.10 | 46.4 | 0.6 | 0.75 |
| Hex | E6 | D5 | 9B | 0 | 7 | 21 | A | 2E | 3C | 4B |
| Octal | 346 | 325 | 233 | 0 | 7 | 41 | 12 | 56 | 74 | 113 |
| Binary | 11100110 | 11010101 | 10011011 | 0 | 111 | 100001 | 1010 | 101110 | 111100 | 1001011 |
Color Harmonies of #E6D59B
Complementary color
Monochromatic Colors of #E6D59B
Black with #E6D59B
Text Example
Text Example
White with #E6D59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D59B; }
p { color: rgb(230,213,155); }
H1.HeaderClassName
{
color: #E6D59B;
}
.AnyTagClassName
{
color: #E6D59B;
}
</style>
background-color css
<style>
a { background-color: #E6D59B; }
a { background-color: rgb(230,213,155); }
div.DivClassName
{
background-color: #E6D59B;
}
.BgClassName
{
background-color: #E6D59B;
}
</style>
border-color css
<style>
span { border-color: #E6D59B; }
span { border-color: rgb(230,213,155); }
td.TdClassName
{
border-color: #E6D59B;
}
.TagClassName
{
border-color: #E6D59B;
}
</style>