Shades of Casablanca #EFB155
Tints of Casablanca #EFB155
RGB
CMYK
RGB Variations
Color information
#EFB155 (or 0xEFB155) is known color: Casablanca. HEX triplet: EF, B1 and 55. RGB value is (239,177,85). Sum of RGB (Red+Green+Blue) = 239+177+85=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB155 is #104EAA. Grayscale: #B9B9B9. Windows color (decimal): -1068715 or 5616111. OLE color: 5616111.
HSL color Cylindrical-coordinate representation of color #EFB155: hue angle of 35.84º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFB155 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 85 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.06 |
| HSL | 35.84º | 0.83% | 0.64% | - |
| HSV(B) | 35.84º | 0.64% | 0.94% | - |
| XYZ | 52.96 | 50.45 | 15.54 | - |
| YUV | 185.05 | 71.54 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 85 | 0 | 0.26 | 0.64 | 0.06 | 35.84 | 0.83 | 0.64 |
| Hex | EF | B1 | 55 | 0 | 1A | 40 | 6 | 24 | 53 | 40 |
| Octal | 357 | 261 | 125 | 0 | 32 | 100 | 6 | 44 | 123 | 100 |
| Binary | 11101111 | 10110001 | 1010101 | 0 | 11010 | 1000000 | 110 | 100100 | 1010011 | 1000000 |
Color Harmonies of #EFB155
Complementary color
Monochromatic Colors of #EFB155
Black with #EFB155
Text Example
Text Example
White with #EFB155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB155; }
p { color: rgb(239,177,85); }
H1.HeaderClassName
{
color: #EFB155;
}
.AnyTagClassName
{
color: #EFB155;
}
</style>
background-color css
<style>
a { background-color: #EFB155; }
a { background-color: rgb(239,177,85); }
div.DivClassName
{
background-color: #EFB155;
}
.BgClassName
{
background-color: #EFB155;
}
</style>
border-color css
<style>
span { border-color: #EFB155; }
span { border-color: rgb(239,177,85); }
td.TdClassName
{
border-color: #EFB155;
}
.TagClassName
{
border-color: #EFB155;
}
</style>