Html Css Color HEX #E6D694 Double Colonial White
📋 copy color: '#E6D694'red 230 ◦ green 214 ◦ blue 148
Shades of Double Colonial White #E6D694
Tints of Double Colonial White #E6D694
RGB
CMYK
RGB Variations
Color information
#E6D694 (or 0xE6D694) is known color: Double Colonial White. HEX triplet: E6, D6 and 94. RGB value is (230,214,148). Sum of RGB (Red+Green+Blue) = 230+214+148=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D694 is #19296B. Grayscale: #D3D3D3. Windows color (decimal): -1649004 or 9754342. OLE color: 9754342.
HSL color Cylindrical-coordinate representation of color #E6D694: hue angle of 48.29º 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 #E6D694 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 148 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.10 |
| HSL | 48.29º | 0.62% | 0.74% | - |
| HSV(B) | 48.29º | 0.36% | 0.9% | - |
| XYZ | 62.02 | 67.05 | 37.69 | - |
| YUV | 211.26 | 92.3 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 148 | 0 | 0.07 | 0.36 | 0.10 | 48.29 | 0.62 | 0.74 |
| Hex | E6 | D6 | 94 | 0 | 7 | 24 | A | 30 | 3E | 4A |
| Octal | 346 | 326 | 224 | 0 | 7 | 44 | 12 | 60 | 76 | 112 |
| Binary | 11100110 | 11010110 | 10010100 | 0 | 111 | 100100 | 1010 | 110000 | 111110 | 1001010 |
Color Harmonies of #E6D694
Complementary color
Monochromatic Colors of #E6D694
Black with #E6D694
Text Example
Text Example
White with #E6D694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D694; }
p { color: rgb(230,214,148); }
H1.HeaderClassName
{
color: #E6D694;
}
.AnyTagClassName
{
color: #E6D694;
}
</style>
background-color css
<style>
a { background-color: #E6D694; }
a { background-color: rgb(230,214,148); }
div.DivClassName
{
background-color: #E6D694;
}
.BgClassName
{
background-color: #E6D694;
}
</style>
border-color css
<style>
span { border-color: #E6D694; }
span { border-color: rgb(230,214,148); }
td.TdClassName
{
border-color: #E6D694;
}
.TagClassName
{
border-color: #E6D694;
}
</style>