Shades of Casablanca #EBA64C
Tints of Casablanca #EBA64C
RGB
CMYK
RGB Variations
Color information
#EBA64C (or 0xEBA64C) is known color: Casablanca. HEX triplet: EB, A6 and 4C. RGB value is (235,166,76). Sum of RGB (Red+Green+Blue) = 235+166+76=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA64C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA64C is #1459B3. Grayscale: #B0B0B0. Windows color (decimal): -1333684 or 5023467. OLE color: 5023467.
HSL color Cylindrical-coordinate representation of color #EBA64C: hue angle of 33.96º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBA64C is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 76 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.08 |
| HSL | 33.96º | 0.8% | 0.61% | - |
| HSV(B) | 33.96º | 0.68% | 0.92% | - |
| XYZ | 49.2 | 45.46 | 13.02 | - |
| YUV | 176.37 | 71.36 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 76 | 0 | 0.29 | 0.68 | 0.08 | 33.96 | 0.8 | 0.61 |
| Hex | EB | A6 | 4C | 0 | 1D | 44 | 8 | 22 | 50 | 3D |
| Octal | 353 | 246 | 114 | 0 | 35 | 104 | 10 | 42 | 120 | 75 |
| Binary | 11101011 | 10100110 | 1001100 | 0 | 11101 | 1000100 | 1000 | 100010 | 1010000 | 111101 |
Color Harmonies of #EBA64C
Complementary color
Monochromatic Colors of #EBA64C
Black with #EBA64C
Text Example
Text Example
White with #EBA64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA64C; }
p { color: rgb(235,166,76); }
H1.HeaderClassName
{
color: #EBA64C;
}
.AnyTagClassName
{
color: #EBA64C;
}
</style>
background-color css
<style>
a { background-color: #EBA64C; }
a { background-color: rgb(235,166,76); }
div.DivClassName
{
background-color: #EBA64C;
}
.BgClassName
{
background-color: #EBA64C;
}
</style>
border-color css
<style>
span { border-color: #EBA64C; }
span { border-color: rgb(235,166,76); }
td.TdClassName
{
border-color: #EBA64C;
}
.TagClassName
{
border-color: #EBA64C;
}
</style>