Shades of Casablanca #EFB154
Tints of Casablanca #EFB154
RGB
CMYK
RGB Variations
Color information
#EFB154 (or 0xEFB154) is known color: Casablanca. HEX triplet: EF, B1 and 54. RGB value is (239,177,84). Sum of RGB (Red+Green+Blue) = 239+177+84=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB154 is #104EAB. Grayscale: #B9B9B9. Windows color (decimal): -1068716 or 5550575. OLE color: 5550575.
HSL color Cylindrical-coordinate representation of color #EFB154: hue angle of 36º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFB154 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 84 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.06 |
| HSL | 36º | 0.83% | 0.63% | - |
| HSV(B) | 36º | 0.65% | 0.94% | - |
| XYZ | 52.92 | 50.44 | 15.33 | - |
| YUV | 184.94 | 71.04 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 84 | 0 | 0.26 | 0.65 | 0.06 | 36 | 0.83 | 0.63 |
| Hex | EF | B1 | 54 | 0 | 1A | 41 | 6 | 24 | 53 | 3F |
| Octal | 357 | 261 | 124 | 0 | 32 | 101 | 6 | 44 | 123 | 77 |
| Binary | 11101111 | 10110001 | 1010100 | 0 | 11010 | 1000001 | 110 | 100100 | 1010011 | 111111 |
Color Harmonies of #EFB154
Complementary color
Monochromatic Colors of #EFB154
Black with #EFB154
Text Example
Text Example
White with #EFB154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB154; }
p { color: rgb(239,177,84); }
H1.HeaderClassName
{
color: #EFB154;
}
.AnyTagClassName
{
color: #EFB154;
}
</style>
background-color css
<style>
a { background-color: #EFB154; }
a { background-color: rgb(239,177,84); }
div.DivClassName
{
background-color: #EFB154;
}
.BgClassName
{
background-color: #EFB154;
}
</style>
border-color css
<style>
span { border-color: #EFB154; }
span { border-color: rgb(239,177,84); }
td.TdClassName
{
border-color: #EFB154;
}
.TagClassName
{
border-color: #EFB154;
}
</style>