Shades of Casablanca #EFB55E
Tints of Casablanca #EFB55E
RGB
CMYK
RGB Variations
Color information
#EFB55E (or 0xEFB55E) is known color: Casablanca. HEX triplet: EF, B5 and 5E. RGB value is (239,181,94). Sum of RGB (Red+Green+Blue) = 239+181+94=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB55E is #104AA1. Grayscale: #BCBCBC. Windows color (decimal): -1067682 or 6206959. OLE color: 6206959.
HSL color Cylindrical-coordinate representation of color #EFB55E: hue angle of 36º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFB55E is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 94 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.06 |
| HSL | 36º | 0.82% | 0.65% | - |
| HSV(B) | 36º | 0.61% | 0.94% | - |
| XYZ | 54.14 | 52.21 | 17.81 | - |
| YUV | 188.42 | 74.72 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 94 | 0 | 0.24 | 0.61 | 0.06 | 36 | 0.82 | 0.65 |
| Hex | EF | B5 | 5E | 0 | 18 | 3D | 6 | 24 | 52 | 41 |
| Octal | 357 | 265 | 136 | 0 | 30 | 75 | 6 | 44 | 122 | 101 |
| Binary | 11101111 | 10110101 | 1011110 | 0 | 11000 | 111101 | 110 | 100100 | 1010010 | 1000001 |
Color Harmonies of #EFB55E
Complementary color
Monochromatic Colors of #EFB55E
Black with #EFB55E
Text Example
Text Example
White with #EFB55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB55E; }
p { color: rgb(239,181,94); }
H1.HeaderClassName
{
color: #EFB55E;
}
.AnyTagClassName
{
color: #EFB55E;
}
</style>
background-color css
<style>
a { background-color: #EFB55E; }
a { background-color: rgb(239,181,94); }
div.DivClassName
{
background-color: #EFB55E;
}
.BgClassName
{
background-color: #EFB55E;
}
</style>
border-color css
<style>
span { border-color: #EFB55E; }
span { border-color: rgb(239,181,94); }
td.TdClassName
{
border-color: #EFB55E;
}
.TagClassName
{
border-color: #EFB55E;
}
</style>