Html Css Color HEX #E6D497 Double Colonial White
📋 copy color: '#E6D497'red 230 ◦ green 212 ◦ blue 151
Shades of Double Colonial White #E6D497
Tints of Double Colonial White #E6D497
RGB
CMYK
RGB Variations
Color information
#E6D497 (or 0xE6D497) is known color: Double Colonial White. HEX triplet: E6, D4 and 97. RGB value is (230,212,151). Sum of RGB (Red+Green+Blue) = 230+212+151=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 212 (83.20% from 255 or 35.75% from 593); Blue value is 151 (59.38% from 255 or 25.46% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D497 is #192B68. Grayscale: #D2D2D2. Windows color (decimal): -1649513 or 9950438. OLE color: 9950438.
HSL color Cylindrical-coordinate representation of color #E6D497: hue angle of 46.33º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6D497 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 151 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.10 |
| HSL | 46.33º | 0.61% | 0.75% | - |
| HSV(B) | 46.33º | 0.34% | 0.9% | - |
| XYZ | 61.76 | 66.14 | 38.79 | - |
| YUV | 210.43 | 94.46 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 151 | 0 | 0.08 | 0.34 | 0.10 | 46.33 | 0.61 | 0.75 |
| Hex | E6 | D4 | 97 | 0 | 8 | 22 | A | 2E | 3D | 4B |
| Octal | 346 | 324 | 227 | 0 | 10 | 42 | 12 | 56 | 75 | 113 |
| Binary | 11100110 | 11010100 | 10010111 | 0 | 1000 | 100010 | 1010 | 101110 | 111101 | 1001011 |
Color Harmonies of #E6D497
Complementary color
Monochromatic Colors of #E6D497
Black with #E6D497
Text Example
Text Example
White with #E6D497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D497; }
p { color: rgb(230,212,151); }
H1.HeaderClassName
{
color: #E6D497;
}
.AnyTagClassName
{
color: #E6D497;
}
</style>
background-color css
<style>
a { background-color: #E6D497; }
a { background-color: rgb(230,212,151); }
div.DivClassName
{
background-color: #E6D497;
}
.BgClassName
{
background-color: #E6D497;
}
</style>
border-color css
<style>
span { border-color: #E6D497; }
span { border-color: rgb(230,212,151); }
td.TdClassName
{
border-color: #E6D497;
}
.TagClassName
{
border-color: #E6D497;
}
</style>