Html Css Color HEX #E6D492 Double Colonial White
📋 copy color: '#E6D492'red 230 ◦ green 212 ◦ blue 146
Shades of Double Colonial White #E6D492
Tints of Double Colonial White #E6D492
RGB
CMYK
RGB Variations
Color information
#E6D492 (or 0xE6D492) is known color: Double Colonial White. HEX triplet: E6, D4 and 92. RGB value is (230,212,146). Sum of RGB (Red+Green+Blue) = 230+212+146=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 146 (57.42% from 255 or 24.83% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D492 is #192B6D. Grayscale: #D2D2D2. Windows color (decimal): -1649518 or 9622758. OLE color: 9622758.
HSL color Cylindrical-coordinate representation of color #E6D492: hue angle of 47.14º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6D492 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 146 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.10 |
| HSL | 47.14º | 0.63% | 0.74% | - |
| HSV(B) | 47.14º | 0.37% | 0.9% | - |
| XYZ | 61.36 | 65.99 | 36.7 | - |
| YUV | 209.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 146 | 0 | 0.08 | 0.37 | 0.10 | 47.14 | 0.63 | 0.74 |
| Hex | E6 | D4 | 92 | 0 | 8 | 25 | A | 2F | 3F | 4A |
| Octal | 346 | 324 | 222 | 0 | 10 | 45 | 12 | 57 | 77 | 112 |
| Binary | 11100110 | 11010100 | 10010010 | 0 | 1000 | 100101 | 1010 | 101111 | 111111 | 1001010 |
Color Harmonies of #E6D492
Complementary color
Monochromatic Colors of #E6D492
Black with #E6D492
Text Example
Text Example
White with #E6D492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D492; }
p { color: rgb(230,212,146); }
H1.HeaderClassName
{
color: #E6D492;
}
.AnyTagClassName
{
color: #E6D492;
}
</style>
background-color css
<style>
a { background-color: #E6D492; }
a { background-color: rgb(230,212,146); }
div.DivClassName
{
background-color: #E6D492;
}
.BgClassName
{
background-color: #E6D492;
}
</style>
border-color css
<style>
span { border-color: #E6D492; }
span { border-color: rgb(230,212,146); }
td.TdClassName
{
border-color: #E6D492;
}
.TagClassName
{
border-color: #E6D492;
}
</style>