Shades of Casablanca #EBA756
Tints of Casablanca #EBA756
RGB
CMYK
RGB Variations
Color information
#EBA756 (or 0xEBA756) is known color: Casablanca. HEX triplet: EB, A7 and 56. RGB value is (235,167,86). Sum of RGB (Red+Green+Blue) = 235+167+86=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA756 is #1458A9. Grayscale: #B2B2B2. Windows color (decimal): -1333418 or 5679083. OLE color: 5679083.
HSL color Cylindrical-coordinate representation of color #EBA756: hue angle of 32.62º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EBA756 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 86 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.08 |
| HSL | 32.62º | 0.79% | 0.63% | - |
| HSV(B) | 32.62º | 0.63% | 0.92% | - |
| XYZ | 49.76 | 45.97 | 15.05 | - |
| YUV | 178.1 | 76.03 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 86 | 0 | 0.29 | 0.63 | 0.08 | 32.62 | 0.79 | 0.63 |
| Hex | EB | A7 | 56 | 0 | 1D | 3F | 8 | 21 | 4F | 3F |
| Octal | 353 | 247 | 126 | 0 | 35 | 77 | 10 | 41 | 117 | 77 |
| Binary | 11101011 | 10100111 | 1010110 | 0 | 11101 | 111111 | 1000 | 100001 | 1001111 | 111111 |
Color Harmonies of #EBA756
Complementary color
Monochromatic Colors of #EBA756
Black with #EBA756
Text Example
Text Example
White with #EBA756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA756; }
p { color: rgb(235,167,86); }
H1.HeaderClassName
{
color: #EBA756;
}
.AnyTagClassName
{
color: #EBA756;
}
</style>
background-color css
<style>
a { background-color: #EBA756; }
a { background-color: rgb(235,167,86); }
div.DivClassName
{
background-color: #EBA756;
}
.BgClassName
{
background-color: #EBA756;
}
</style>
border-color css
<style>
span { border-color: #EBA756; }
span { border-color: rgb(235,167,86); }
td.TdClassName
{
border-color: #EBA756;
}
.TagClassName
{
border-color: #EBA756;
}
</style>