Shades of Casablanca #EBA753
Tints of Casablanca #EBA753
RGB
CMYK
RGB Variations
Color information
#EBA753 (or 0xEBA753) is known color: Casablanca. HEX triplet: EB, A7 and 53. RGB value is (235,167,83). Sum of RGB (Red+Green+Blue) = 235+167+83=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA753 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA753 is #1458AC. Grayscale: #B2B2B2. Windows color (decimal): -1333421 or 5482475. OLE color: 5482475.
HSL color Cylindrical-coordinate representation of color #EBA753: hue angle of 33.16º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EBA753 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 83 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.08 |
| HSL | 33.16º | 0.79% | 0.62% | - |
| HSV(B) | 33.16º | 0.65% | 0.92% | - |
| XYZ | 49.64 | 45.92 | 14.43 | - |
| YUV | 177.76 | 74.53 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 83 | 0 | 0.29 | 0.65 | 0.08 | 33.16 | 0.79 | 0.62 |
| Hex | EB | A7 | 53 | 0 | 1D | 41 | 8 | 21 | 4F | 3E |
| Octal | 353 | 247 | 123 | 0 | 35 | 101 | 10 | 41 | 117 | 76 |
| Binary | 11101011 | 10100111 | 1010011 | 0 | 11101 | 1000001 | 1000 | 100001 | 1001111 | 111110 |
Color Harmonies of #EBA753
Complementary color
Monochromatic Colors of #EBA753
Black with #EBA753
Text Example
Text Example
White with #EBA753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA753; }
p { color: rgb(235,167,83); }
H1.HeaderClassName
{
color: #EBA753;
}
.AnyTagClassName
{
color: #EBA753;
}
</style>
background-color css
<style>
a { background-color: #EBA753; }
a { background-color: rgb(235,167,83); }
div.DivClassName
{
background-color: #EBA753;
}
.BgClassName
{
background-color: #EBA753;
}
</style>
border-color css
<style>
span { border-color: #EBA753; }
span { border-color: rgb(235,167,83); }
td.TdClassName
{
border-color: #EBA753;
}
.TagClassName
{
border-color: #EBA753;
}
</style>