Html Css Color HEX #E8D490 Double Colonial White
📋 copy color: '#E8D490'red 232 ◦ green 212 ◦ blue 144
Shades of Double Colonial White #E8D490
Tints of Double Colonial White #E8D490
RGB
CMYK
RGB Variations
Color information
#E8D490 (or 0xE8D490) is known color: Double Colonial White. HEX triplet: E8, D4 and 90. RGB value is (232,212,144). Sum of RGB (Red+Green+Blue) = 232+212+144=588 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.46% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D490 is #172B6F. Grayscale: #D2D2D2. Windows color (decimal): -1518448 or 9491688. OLE color: 9491688.
HSL color Cylindrical-coordinate representation of color #E8D490: hue angle of 46.36º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8D490 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 212 | 144 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.09 |
| HSL | 46.36º | 0.66% | 0.74% | - |
| HSV(B) | 46.36º | 0.38% | 0.91% | - |
| XYZ | 61.86 | 66.26 | 35.91 | - |
| YUV | 210.23 | 90.63 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 212 | 144 | 0 | 0.09 | 0.38 | 0.09 | 46.36 | 0.66 | 0.74 |
| Hex | E8 | D4 | 90 | 0 | 9 | 26 | 9 | 2E | 42 | 4A |
| Octal | 350 | 324 | 220 | 0 | 11 | 46 | 11 | 56 | 102 | 112 |
| Binary | 11101000 | 11010100 | 10010000 | 0 | 1001 | 100110 | 1001 | 101110 | 1000010 | 1001010 |
Color Harmonies of #E8D490
Complementary color
Monochromatic Colors of #E8D490
Black with #E8D490
Text Example
Text Example
White with #E8D490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D490; }
p { color: rgb(232,212,144); }
H1.HeaderClassName
{
color: #E8D490;
}
.AnyTagClassName
{
color: #E8D490;
}
</style>
background-color css
<style>
a { background-color: #E8D490; }
a { background-color: rgb(232,212,144); }
div.DivClassName
{
background-color: #E8D490;
}
.BgClassName
{
background-color: #E8D490;
}
</style>
border-color css
<style>
span { border-color: #E8D490; }
span { border-color: rgb(232,212,144); }
td.TdClassName
{
border-color: #E8D490;
}
.TagClassName
{
border-color: #E8D490;
}
</style>