Shades of Casablanca #EFB057
Tints of Casablanca #EFB057
RGB
CMYK
RGB Variations
Color information
#EFB057 (or 0xEFB057) is known color: Casablanca. HEX triplet: EF, B0 and 57. RGB value is (239,176,87). Sum of RGB (Red+Green+Blue) = 239+176+87=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB057 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB057 is #104FA8. Grayscale: #B9B9B9. Windows color (decimal): -1068969 or 5746927. OLE color: 5746927.
HSL color Cylindrical-coordinate representation of color #EFB057: hue angle of 35.13º 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 #EFB057 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 87 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.06 |
| HSL | 35.13º | 0.83% | 0.64% | - |
| HSV(B) | 35.13º | 0.64% | 0.94% | - |
| XYZ | 52.84 | 50.09 | 15.9 | - |
| YUV | 184.69 | 72.87 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 87 | 0 | 0.26 | 0.64 | 0.06 | 35.13 | 0.83 | 0.64 |
| Hex | EF | B0 | 57 | 0 | 1A | 40 | 6 | 23 | 53 | 40 |
| Octal | 357 | 260 | 127 | 0 | 32 | 100 | 6 | 43 | 123 | 100 |
| Binary | 11101111 | 10110000 | 1010111 | 0 | 11010 | 1000000 | 110 | 100011 | 1010011 | 1000000 |
Color Harmonies of #EFB057
Complementary color
Monochromatic Colors of #EFB057
Black with #EFB057
Text Example
Text Example
White with #EFB057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB057; }
p { color: rgb(239,176,87); }
H1.HeaderClassName
{
color: #EFB057;
}
.AnyTagClassName
{
color: #EFB057;
}
</style>
background-color css
<style>
a { background-color: #EFB057; }
a { background-color: rgb(239,176,87); }
div.DivClassName
{
background-color: #EFB057;
}
.BgClassName
{
background-color: #EFB057;
}
</style>
border-color css
<style>
span { border-color: #EFB057; }
span { border-color: rgb(239,176,87); }
td.TdClassName
{
border-color: #EFB057;
}
.TagClassName
{
border-color: #EFB057;
}
</style>