Html Css Color HEX #EBD597 Double Colonial White
📋 copy color: '#EBD597'red 235 ◦ green 213 ◦ blue 151
Shades of Double Colonial White #EBD597
Tints of Double Colonial White #EBD597
RGB
CMYK
RGB Variations
Color information
#EBD597 (or 0xEBD597) is known color: Double Colonial White. HEX triplet: EB, D5 and 97. RGB value is (235,213,151). Sum of RGB (Red+Green+Blue) = 235+213+151=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 151 (59.38% from 255 or 25.21% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD597 is #142A68. Grayscale: #D4D4D4. Windows color (decimal): -1321577 or 9950699. OLE color: 9950699.
HSL color Cylindrical-coordinate representation of color #EBD597: hue angle of 44.29º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBD597 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 213 | 151 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.08 |
| HSL | 44.29º | 0.68% | 0.76% | - |
| HSV(B) | 44.29º | 0.36% | 0.92% | - |
| XYZ | 63.64 | 67.49 | 38.95 | - |
| YUV | 212.51 | 93.29 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 213 | 151 | 0 | 0.09 | 0.36 | 0.08 | 44.29 | 0.68 | 0.76 |
| Hex | EB | D5 | 97 | 0 | 9 | 24 | 8 | 2C | 44 | 4C |
| Octal | 353 | 325 | 227 | 0 | 11 | 44 | 10 | 54 | 104 | 114 |
| Binary | 11101011 | 11010101 | 10010111 | 0 | 1001 | 100100 | 1000 | 101100 | 1000100 | 1001100 |
Color Harmonies of #EBD597
Complementary color
Monochromatic Colors of #EBD597
Black with #EBD597
Text Example
Text Example
White with #EBD597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD597; }
p { color: rgb(235,213,151); }
H1.HeaderClassName
{
color: #EBD597;
}
.AnyTagClassName
{
color: #EBD597;
}
</style>
background-color css
<style>
a { background-color: #EBD597; }
a { background-color: rgb(235,213,151); }
div.DivClassName
{
background-color: #EBD597;
}
.BgClassName
{
background-color: #EBD597;
}
</style>
border-color css
<style>
span { border-color: #EBD597; }
span { border-color: rgb(235,213,151); }
td.TdClassName
{
border-color: #EBD597;
}
.TagClassName
{
border-color: #EBD597;
}
</style>