Shades of Casablanca #EBA750
Tints of Casablanca #EBA750
RGB
CMYK
RGB Variations
Color information
#EBA750 (or 0xEBA750) is known color: Casablanca. HEX triplet: EB, A7 and 50. RGB value is (235,167,80). Sum of RGB (Red+Green+Blue) = 235+167+80=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA750 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA750 is #1458AF. Grayscale: #B1B1B1. Windows color (decimal): -1333424 or 5285867. OLE color: 5285867.
HSL color Cylindrical-coordinate representation of color #EBA750: hue angle of 33.68º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBA750 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 80 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.08 |
| HSL | 33.68º | 0.79% | 0.62% | - |
| HSV(B) | 33.68º | 0.66% | 0.92% | - |
| XYZ | 49.53 | 45.88 | 13.83 | - |
| YUV | 177.41 | 73.03 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 80 | 0 | 0.29 | 0.66 | 0.08 | 33.68 | 0.79 | 0.62 |
| Hex | EB | A7 | 50 | 0 | 1D | 42 | 8 | 22 | 4F | 3E |
| Octal | 353 | 247 | 120 | 0 | 35 | 102 | 10 | 42 | 117 | 76 |
| Binary | 11101011 | 10100111 | 1010000 | 0 | 11101 | 1000010 | 1000 | 100010 | 1001111 | 111110 |
Color Harmonies of #EBA750
Complementary color
Monochromatic Colors of #EBA750
Black with #EBA750
Text Example
Text Example
White with #EBA750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA750; }
p { color: rgb(235,167,80); }
H1.HeaderClassName
{
color: #EBA750;
}
.AnyTagClassName
{
color: #EBA750;
}
</style>
background-color css
<style>
a { background-color: #EBA750; }
a { background-color: rgb(235,167,80); }
div.DivClassName
{
background-color: #EBA750;
}
.BgClassName
{
background-color: #EBA750;
}
</style>
border-color css
<style>
span { border-color: #EBA750; }
span { border-color: rgb(235,167,80); }
td.TdClassName
{
border-color: #EBA750;
}
.TagClassName
{
border-color: #EBA750;
}
</style>