Shades of Casablanca #EBA84E
Tints of Casablanca #EBA84E
RGB
CMYK
RGB Variations
Color information
#EBA84E (or 0xEBA84E) is known color: Casablanca. HEX triplet: EB, A8 and 4E. RGB value is (235,168,78). Sum of RGB (Red+Green+Blue) = 235+168+78=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 78 (30.86% from 255 or 16.22% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA84E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA84E is #1457B1. Grayscale: #B2B2B2. Windows color (decimal): -1333170 or 5155051. OLE color: 5155051.
HSL color Cylindrical-coordinate representation of color #EBA84E: hue angle of 34.39º 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 #EBA84E is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 78 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.08 |
| HSL | 34.39º | 0.8% | 0.61% | - |
| HSV(B) | 34.39º | 0.67% | 0.92% | - |
| XYZ | 49.64 | 46.22 | 13.51 | - |
| YUV | 177.77 | 71.7 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 78 | 0 | 0.29 | 0.67 | 0.08 | 34.39 | 0.8 | 0.61 |
| Hex | EB | A8 | 4E | 0 | 1D | 43 | 8 | 22 | 50 | 3D |
| Octal | 353 | 250 | 116 | 0 | 35 | 103 | 10 | 42 | 120 | 75 |
| Binary | 11101011 | 10101000 | 1001110 | 0 | 11101 | 1000011 | 1000 | 100010 | 1010000 | 111101 |
Color Harmonies of #EBA84E
Complementary color
Monochromatic Colors of #EBA84E
Black with #EBA84E
Text Example
Text Example
White with #EBA84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA84E; }
p { color: rgb(235,168,78); }
H1.HeaderClassName
{
color: #EBA84E;
}
.AnyTagClassName
{
color: #EBA84E;
}
</style>
background-color css
<style>
a { background-color: #EBA84E; }
a { background-color: rgb(235,168,78); }
div.DivClassName
{
background-color: #EBA84E;
}
.BgClassName
{
background-color: #EBA84E;
}
</style>
border-color css
<style>
span { border-color: #EBA84E; }
span { border-color: rgb(235,168,78); }
td.TdClassName
{
border-color: #EBA84E;
}
.TagClassName
{
border-color: #EBA84E;
}
</style>