Shades of Casablanca #EBA54A
Tints of Casablanca #EBA54A
RGB
CMYK
RGB Variations
Color information
#EBA54A (or 0xEBA54A) is known color: Casablanca. HEX triplet: EB, A5 and 4A. RGB value is (235,165,74). Sum of RGB (Red+Green+Blue) = 235+165+74=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA54A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA54A is #145AB5. Grayscale: #AFAFAF. Windows color (decimal): -1333942 or 4892139. OLE color: 4892139.
HSL color Cylindrical-coordinate representation of color #EBA54A: hue angle of 33.91º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBA54A is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 74 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.08 |
| HSL | 33.91º | 0.8% | 0.61% | - |
| HSV(B) | 33.91º | 0.69% | 0.92% | - |
| XYZ | 48.95 | 45.07 | 12.6 | - |
| YUV | 175.56 | 70.69 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 74 | 0 | 0.30 | 0.69 | 0.08 | 33.91 | 0.8 | 0.61 |
| Hex | EB | A5 | 4A | 0 | 1E | 45 | 8 | 22 | 50 | 3D |
| Octal | 353 | 245 | 112 | 0 | 36 | 105 | 10 | 42 | 120 | 75 |
| Binary | 11101011 | 10100101 | 1001010 | 0 | 11110 | 1000101 | 1000 | 100010 | 1010000 | 111101 |
Color Harmonies of #EBA54A
Complementary color
Monochromatic Colors of #EBA54A
Black with #EBA54A
Text Example
Text Example
White with #EBA54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA54A; }
p { color: rgb(235,165,74); }
H1.HeaderClassName
{
color: #EBA54A;
}
.AnyTagClassName
{
color: #EBA54A;
}
</style>
background-color css
<style>
a { background-color: #EBA54A; }
a { background-color: rgb(235,165,74); }
div.DivClassName
{
background-color: #EBA54A;
}
.BgClassName
{
background-color: #EBA54A;
}
</style>
border-color css
<style>
span { border-color: #EBA54A; }
span { border-color: rgb(235,165,74); }
td.TdClassName
{
border-color: #EBA54A;
}
.TagClassName
{
border-color: #EBA54A;
}
</style>