Html Css Color HEX #EBD594 Double Colonial White
📋 copy color: '#EBD594'red 235 ◦ green 213 ◦ blue 148
Shades of Double Colonial White #EBD594
Tints of Double Colonial White #EBD594
RGB
CMYK
RGB Variations
Color information
#EBD594 (or 0xEBD594) is known color: Double Colonial White. HEX triplet: EB, D5 and 94. RGB value is (235,213,148). Sum of RGB (Red+Green+Blue) = 235+213+148=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD594 is #142A6B. Grayscale: #D4D4D4. Windows color (decimal): -1321580 or 9754091. OLE color: 9754091.
HSL color Cylindrical-coordinate representation of color #EBD594: hue angle of 44.83º degrees, saturation: 0.69, 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 #EBD594 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 213 | 148 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.08 |
| HSL | 44.83º | 0.69% | 0.75% | - |
| HSV(B) | 44.83º | 0.37% | 0.92% | - |
| XYZ | 63.4 | 67.39 | 37.68 | - |
| YUV | 212.17 | 91.79 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 213 | 148 | 0 | 0.09 | 0.37 | 0.08 | 44.83 | 0.69 | 0.75 |
| Hex | EB | D5 | 94 | 0 | 9 | 25 | 8 | 2D | 45 | 4B |
| Octal | 353 | 325 | 224 | 0 | 11 | 45 | 10 | 55 | 105 | 113 |
| Binary | 11101011 | 11010101 | 10010100 | 0 | 1001 | 100101 | 1000 | 101101 | 1000101 | 1001011 |
Color Harmonies of #EBD594
Complementary color
Monochromatic Colors of #EBD594
Black with #EBD594
Text Example
Text Example
White with #EBD594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD594; }
p { color: rgb(235,213,148); }
H1.HeaderClassName
{
color: #EBD594;
}
.AnyTagClassName
{
color: #EBD594;
}
</style>
background-color css
<style>
a { background-color: #EBD594; }
a { background-color: rgb(235,213,148); }
div.DivClassName
{
background-color: #EBD594;
}
.BgClassName
{
background-color: #EBD594;
}
</style>
border-color css
<style>
span { border-color: #EBD594; }
span { border-color: rgb(235,213,148); }
td.TdClassName
{
border-color: #EBD594;
}
.TagClassName
{
border-color: #EBD594;
}
</style>