Shades of Casablanca #EBA850
Tints of Casablanca #EBA850
RGB
CMYK
RGB Variations
Color information
#EBA850 (or 0xEBA850) is known color: Casablanca. HEX triplet: EB, A8 and 50. RGB value is (235,168,80). Sum of RGB (Red+Green+Blue) = 235+168+80=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA850 is #1457AF. Grayscale: #B2B2B2. Windows color (decimal): -1333168 or 5286123. OLE color: 5286123.
HSL color Cylindrical-coordinate representation of color #EBA850: hue angle of 34.06º 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 #EBA850 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 80 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.08 |
| HSL | 34.06º | 0.79% | 0.62% | - |
| HSV(B) | 34.06º | 0.66% | 0.92% | - |
| XYZ | 49.71 | 46.25 | 13.9 | - |
| YUV | 178 | 72.7 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 80 | 0 | 0.29 | 0.66 | 0.08 | 34.06 | 0.79 | 0.62 |
| Hex | EB | A8 | 50 | 0 | 1D | 42 | 8 | 22 | 4F | 3E |
| Octal | 353 | 250 | 120 | 0 | 35 | 102 | 10 | 42 | 117 | 76 |
| Binary | 11101011 | 10101000 | 1010000 | 0 | 11101 | 1000010 | 1000 | 100010 | 1001111 | 111110 |
Color Harmonies of #EBA850
Complementary color
Monochromatic Colors of #EBA850
Black with #EBA850
Text Example
Text Example
White with #EBA850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA850; }
p { color: rgb(235,168,80); }
H1.HeaderClassName
{
color: #EBA850;
}
.AnyTagClassName
{
color: #EBA850;
}
</style>
background-color css
<style>
a { background-color: #EBA850; }
a { background-color: rgb(235,168,80); }
div.DivClassName
{
background-color: #EBA850;
}
.BgClassName
{
background-color: #EBA850;
}
</style>
border-color css
<style>
span { border-color: #EBA850; }
span { border-color: rgb(235,168,80); }
td.TdClassName
{
border-color: #EBA850;
}
.TagClassName
{
border-color: #EBA850;
}
</style>