Shades of Casablanca #EBA950
Tints of Casablanca #EBA950
RGB
CMYK
RGB Variations
Color information
#EBA950 (or 0xEBA950) is known color: Casablanca. HEX triplet: EB, A9 and 50. RGB value is (235,169,80). Sum of RGB (Red+Green+Blue) = 235+169+80=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA950 is #1456AF. Grayscale: #B3B3B3. Windows color (decimal): -1332912 or 5286379. OLE color: 5286379.
HSL color Cylindrical-coordinate representation of color #EBA950: hue angle of 34.45º 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 #EBA950 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 80 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.08 |
| HSL | 34.45º | 0.79% | 0.62% | - |
| HSV(B) | 34.45º | 0.66% | 0.92% | - |
| XYZ | 49.9 | 46.62 | 13.96 | - |
| YUV | 178.59 | 72.37 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 80 | 0 | 0.28 | 0.66 | 0.08 | 34.45 | 0.79 | 0.62 |
| Hex | EB | A9 | 50 | 0 | 1C | 42 | 8 | 22 | 4F | 3E |
| Octal | 353 | 251 | 120 | 0 | 34 | 102 | 10 | 42 | 117 | 76 |
| Binary | 11101011 | 10101001 | 1010000 | 0 | 11100 | 1000010 | 1000 | 100010 | 1001111 | 111110 |
Color Harmonies of #EBA950
Complementary color
Monochromatic Colors of #EBA950
Black with #EBA950
Text Example
Text Example
White with #EBA950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA950; }
p { color: rgb(235,169,80); }
H1.HeaderClassName
{
color: #EBA950;
}
.AnyTagClassName
{
color: #EBA950;
}
</style>
background-color css
<style>
a { background-color: #EBA950; }
a { background-color: rgb(235,169,80); }
div.DivClassName
{
background-color: #EBA950;
}
.BgClassName
{
background-color: #EBA950;
}
</style>
border-color css
<style>
span { border-color: #EBA950; }
span { border-color: rgb(235,169,80); }
td.TdClassName
{
border-color: #EBA950;
}
.TagClassName
{
border-color: #EBA950;
}
</style>