Html Css Color HEX #EBD498 Double Colonial White
📋 copy color: '#EBD498'red 235 ◦ green 212 ◦ blue 152
Shades of Double Colonial White #EBD498
Tints of Double Colonial White #EBD498
RGB
CMYK
RGB Variations
Color information
#EBD498 (or 0xEBD498) is known color: Double Colonial White. HEX triplet: EB, D4 and 98. RGB value is (235,212,152). Sum of RGB (Red+Green+Blue) = 235+212+152=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 152 (59.77% from 255 or 25.38% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD498 is #142B67. Grayscale: #D4D4D4. Windows color (decimal): -1321832 or 10015979. OLE color: 10015979.
HSL color Cylindrical-coordinate representation of color #EBD498: hue angle of 43.37º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBD498 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 212 | 152 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.08 |
| HSL | 43.37º | 0.67% | 0.76% | - |
| HSV(B) | 43.37º | 0.35% | 0.92% | - |
| XYZ | 63.47 | 67.02 | 39.3 | - |
| YUV | 212.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 212 | 152 | 0 | 0.10 | 0.35 | 0.08 | 43.37 | 0.67 | 0.76 |
| Hex | EB | D4 | 98 | 0 | A | 23 | 8 | 2B | 43 | 4C |
| Octal | 353 | 324 | 230 | 0 | 12 | 43 | 10 | 53 | 103 | 114 |
| Binary | 11101011 | 11010100 | 10011000 | 0 | 1010 | 100011 | 1000 | 101011 | 1000011 | 1001100 |
Color Harmonies of #EBD498
Complementary color
Monochromatic Colors of #EBD498
Black with #EBD498
Text Example
Text Example
White with #EBD498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD498; }
p { color: rgb(235,212,152); }
H1.HeaderClassName
{
color: #EBD498;
}
.AnyTagClassName
{
color: #EBD498;
}
</style>
background-color css
<style>
a { background-color: #EBD498; }
a { background-color: rgb(235,212,152); }
div.DivClassName
{
background-color: #EBD498;
}
.BgClassName
{
background-color: #EBD498;
}
</style>
border-color css
<style>
span { border-color: #EBD498; }
span { border-color: rgb(235,212,152); }
td.TdClassName
{
border-color: #EBD498;
}
.TagClassName
{
border-color: #EBD498;
}
</style>