Html Css Color HEX #E7D592 Double Colonial White
📋 copy color: '#E7D592'red 231 ◦ green 213 ◦ blue 146
Shades of Double Colonial White #E7D592
Tints of Double Colonial White #E7D592
RGB
CMYK
RGB Variations
Color information
#E7D592 (or 0xE7D592) is known color: Double Colonial White. HEX triplet: E7, D5 and 92. RGB value is (231,213,146). Sum of RGB (Red+Green+Blue) = 231+213+146=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D592 is #182A6D. Grayscale: #D3D3D3. Windows color (decimal): -1583726 or 9623015. OLE color: 9623015.
HSL color Cylindrical-coordinate representation of color #E7D592: hue angle of 47.29º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E7D592 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 146 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.09 |
| HSL | 47.29º | 0.64% | 0.74% | - |
| HSV(B) | 47.29º | 0.37% | 0.91% | - |
| XYZ | 61.94 | 66.65 | 36.79 | - |
| YUV | 210.74 | 91.46 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 146 | 0 | 0.08 | 0.37 | 0.09 | 47.29 | 0.64 | 0.74 |
| Hex | E7 | D5 | 92 | 0 | 8 | 25 | 9 | 2F | 40 | 4A |
| Octal | 347 | 325 | 222 | 0 | 10 | 45 | 11 | 57 | 100 | 112 |
| Binary | 11100111 | 11010101 | 10010010 | 0 | 1000 | 100101 | 1001 | 101111 | 1000000 | 1001010 |
Color Harmonies of #E7D592
Complementary color
Monochromatic Colors of #E7D592
Black with #E7D592
Text Example
Text Example
White with #E7D592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D592; }
p { color: rgb(231,213,146); }
H1.HeaderClassName
{
color: #E7D592;
}
.AnyTagClassName
{
color: #E7D592;
}
</style>
background-color css
<style>
a { background-color: #E7D592; }
a { background-color: rgb(231,213,146); }
div.DivClassName
{
background-color: #E7D592;
}
.BgClassName
{
background-color: #E7D592;
}
</style>
border-color css
<style>
span { border-color: #E7D592; }
span { border-color: rgb(231,213,146); }
td.TdClassName
{
border-color: #E7D592;
}
.TagClassName
{
border-color: #E7D592;
}
</style>