Shades of Casablanca #EBA94F
Tints of Casablanca #EBA94F
RGB
CMYK
RGB Variations
Color information
#EBA94F (or 0xEBA94F) is known color: Casablanca. HEX triplet: EB, A9 and 4F. RGB value is (235,169,79). Sum of RGB (Red+Green+Blue) = 235+169+79=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 79 (31.25% from 255 or 16.36% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA94F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA94F is #1456B0. Grayscale: #B2B2B2. Windows color (decimal): -1332913 or 5220843. OLE color: 5220843.
HSL color Cylindrical-coordinate representation of color #EBA94F: hue angle of 34.62º degrees, saturation: 0.8, 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 #EBA94F is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 79 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.08 |
| HSL | 34.62º | 0.8% | 0.62% | - |
| HSV(B) | 34.62º | 0.66% | 0.92% | - |
| XYZ | 49.86 | 46.6 | 13.76 | - |
| YUV | 178.47 | 71.87 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 79 | 0 | 0.28 | 0.66 | 0.08 | 34.62 | 0.8 | 0.62 |
| Hex | EB | A9 | 4F | 0 | 1C | 42 | 8 | 23 | 50 | 3E |
| Octal | 353 | 251 | 117 | 0 | 34 | 102 | 10 | 43 | 120 | 76 |
| Binary | 11101011 | 10101001 | 1001111 | 0 | 11100 | 1000010 | 1000 | 100011 | 1010000 | 111110 |
Color Harmonies of #EBA94F
Complementary color
Monochromatic Colors of #EBA94F
Black with #EBA94F
Text Example
Text Example
White with #EBA94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA94F; }
p { color: rgb(235,169,79); }
H1.HeaderClassName
{
color: #EBA94F;
}
.AnyTagClassName
{
color: #EBA94F;
}
</style>
background-color css
<style>
a { background-color: #EBA94F; }
a { background-color: rgb(235,169,79); }
div.DivClassName
{
background-color: #EBA94F;
}
.BgClassName
{
background-color: #EBA94F;
}
</style>
border-color css
<style>
span { border-color: #EBA94F; }
span { border-color: rgb(235,169,79); }
td.TdClassName
{
border-color: #EBA94F;
}
.TagClassName
{
border-color: #EBA94F;
}
</style>