Html Css Color HEX #EBD495 Double Colonial White
📋 copy color: '#EBD495'red 235 ◦ green 212 ◦ blue 149
Shades of Double Colonial White #EBD495
Tints of Double Colonial White #EBD495
RGB
CMYK
RGB Variations
Color information
#EBD495 (or 0xEBD495) is known color: Double Colonial White. HEX triplet: EB, D4 and 95. RGB value is (235,212,149). Sum of RGB (Red+Green+Blue) = 235+212+149=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD495 is #142B6A. Grayscale: #D3D3D3. Windows color (decimal): -1321835 or 9819371. OLE color: 9819371.
HSL color Cylindrical-coordinate representation of color #EBD495: hue angle of 43.95º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBD495 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 212 | 149 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.08 |
| HSL | 43.95º | 0.68% | 0.75% | - |
| HSV(B) | 43.95º | 0.37% | 0.92% | - |
| XYZ | 63.23 | 66.92 | 38.02 | - |
| YUV | 211.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 212 | 149 | 0 | 0.10 | 0.37 | 0.08 | 43.95 | 0.68 | 0.75 |
| Hex | EB | D4 | 95 | 0 | A | 25 | 8 | 2C | 44 | 4B |
| Octal | 353 | 324 | 225 | 0 | 12 | 45 | 10 | 54 | 104 | 113 |
| Binary | 11101011 | 11010100 | 10010101 | 0 | 1010 | 100101 | 1000 | 101100 | 1000100 | 1001011 |
Color Harmonies of #EBD495
Complementary color
Monochromatic Colors of #EBD495
Black with #EBD495
Text Example
Text Example
White with #EBD495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD495; }
p { color: rgb(235,212,149); }
H1.HeaderClassName
{
color: #EBD495;
}
.AnyTagClassName
{
color: #EBD495;
}
</style>
background-color css
<style>
a { background-color: #EBD495; }
a { background-color: rgb(235,212,149); }
div.DivClassName
{
background-color: #EBD495;
}
.BgClassName
{
background-color: #EBD495;
}
</style>
border-color css
<style>
span { border-color: #EBD495; }
span { border-color: rgb(235,212,149); }
td.TdClassName
{
border-color: #EBD495;
}
.TagClassName
{
border-color: #EBD495;
}
</style>