Shades of Casablanca #EFAC5B
Tints of Casablanca #EFAC5B
RGB
CMYK
RGB Variations
Color information
#EFAC5B (or 0xEFAC5B) is known color: Casablanca. HEX triplet: EF, AC and 5B. RGB value is (239,172,91). Sum of RGB (Red+Green+Blue) = 239+172+91=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 91 (35.94% from 255 or 18.13% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC5B is #1053A4. Grayscale: #B7B7B7. Windows color (decimal): -1069989 or 6008047. OLE color: 6008047.
HSL color Cylindrical-coordinate representation of color #EFAC5B: hue angle of 32.84º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFAC5B is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 91 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.06 |
| HSL | 32.84º | 0.82% | 0.65% | - |
| HSV(B) | 32.84º | 0.62% | 0.94% | - |
| XYZ | 52.24 | 48.61 | 16.53 | - |
| YUV | 182.8 | 76.2 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 91 | 0 | 0.28 | 0.62 | 0.06 | 32.84 | 0.82 | 0.65 |
| Hex | EF | AC | 5B | 0 | 1C | 3E | 6 | 21 | 52 | 41 |
| Octal | 357 | 254 | 133 | 0 | 34 | 76 | 6 | 41 | 122 | 101 |
| Binary | 11101111 | 10101100 | 1011011 | 0 | 11100 | 111110 | 110 | 100001 | 1010010 | 1000001 |
Color Harmonies of #EFAC5B
Complementary color
Monochromatic Colors of #EFAC5B
Black with #EFAC5B
Text Example
Text Example
White with #EFAC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAC5B; }
p { color: rgb(239,172,91); }
H1.HeaderClassName
{
color: #EFAC5B;
}
.AnyTagClassName
{
color: #EFAC5B;
}
</style>
background-color css
<style>
a { background-color: #EFAC5B; }
a { background-color: rgb(239,172,91); }
div.DivClassName
{
background-color: #EFAC5B;
}
.BgClassName
{
background-color: #EFAC5B;
}
</style>
border-color css
<style>
span { border-color: #EFAC5B; }
span { border-color: rgb(239,172,91); }
td.TdClassName
{
border-color: #EFAC5B;
}
.TagClassName
{
border-color: #EFAC5B;
}
</style>