Shades of Casablanca #EBA84D
Tints of Casablanca #EBA84D
RGB
CMYK
RGB Variations
Color information
#EBA84D (or 0xEBA84D) is known color: Casablanca. HEX triplet: EB, A8 and 4D. RGB value is (235,168,77). Sum of RGB (Red+Green+Blue) = 235+168+77=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA84D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA84D is #1457B2. Grayscale: #B2B2B2. Windows color (decimal): -1333171 or 5089515. OLE color: 5089515.
HSL color Cylindrical-coordinate representation of color #EBA84D: hue angle of 34.56º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EBA84D is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 77 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.08 |
| HSL | 34.56º | 0.8% | 0.61% | - |
| HSV(B) | 34.56º | 0.67% | 0.92% | - |
| XYZ | 49.6 | 46.2 | 13.32 | - |
| YUV | 177.66 | 71.2 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 77 | 0 | 0.29 | 0.67 | 0.08 | 34.56 | 0.8 | 0.61 |
| Hex | EB | A8 | 4D | 0 | 1D | 43 | 8 | 23 | 50 | 3D |
| Octal | 353 | 250 | 115 | 0 | 35 | 103 | 10 | 43 | 120 | 75 |
| Binary | 11101011 | 10101000 | 1001101 | 0 | 11101 | 1000011 | 1000 | 100011 | 1010000 | 111101 |
Color Harmonies of #EBA84D
Complementary color
Monochromatic Colors of #EBA84D
Black with #EBA84D
Text Example
Text Example
White with #EBA84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA84D; }
p { color: rgb(235,168,77); }
H1.HeaderClassName
{
color: #EBA84D;
}
.AnyTagClassName
{
color: #EBA84D;
}
</style>
background-color css
<style>
a { background-color: #EBA84D; }
a { background-color: rgb(235,168,77); }
div.DivClassName
{
background-color: #EBA84D;
}
.BgClassName
{
background-color: #EBA84D;
}
</style>
border-color css
<style>
span { border-color: #EBA84D; }
span { border-color: rgb(235,168,77); }
td.TdClassName
{
border-color: #EBA84D;
}
.TagClassName
{
border-color: #EBA84D;
}
</style>