Shades of Casablanca #EFB552
Tints of Casablanca #EFB552
RGB
CMYK
RGB Variations
Color information
#EFB552 (or 0xEFB552) is known color: Casablanca. HEX triplet: EF, B5 and 52. RGB value is (239,181,82). Sum of RGB (Red+Green+Blue) = 239+181+82=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB552 is #104AAD. Grayscale: #BBBBBB. Windows color (decimal): -1067694 or 5420527. OLE color: 5420527.
HSL color Cylindrical-coordinate representation of color #EFB552: hue angle of 37.83º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFB552 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 82 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.06 |
| HSL | 37.83º | 0.83% | 0.63% | - |
| HSV(B) | 37.83º | 0.66% | 0.94% | - |
| XYZ | 53.64 | 52.01 | 15.19 | - |
| YUV | 187.06 | 68.72 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 82 | 0 | 0.24 | 0.66 | 0.06 | 37.83 | 0.83 | 0.63 |
| Hex | EF | B5 | 52 | 0 | 18 | 42 | 6 | 26 | 53 | 3F |
| Octal | 357 | 265 | 122 | 0 | 30 | 102 | 6 | 46 | 123 | 77 |
| Binary | 11101111 | 10110101 | 1010010 | 0 | 11000 | 1000010 | 110 | 100110 | 1010011 | 111111 |
Color Harmonies of #EFB552
Complementary color
Monochromatic Colors of #EFB552
Black with #EFB552
Text Example
Text Example
White with #EFB552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB552; }
p { color: rgb(239,181,82); }
H1.HeaderClassName
{
color: #EFB552;
}
.AnyTagClassName
{
color: #EFB552;
}
</style>
background-color css
<style>
a { background-color: #EFB552; }
a { background-color: rgb(239,181,82); }
div.DivClassName
{
background-color: #EFB552;
}
.BgClassName
{
background-color: #EFB552;
}
</style>
border-color css
<style>
span { border-color: #EFB552; }
span { border-color: rgb(239,181,82); }
td.TdClassName
{
border-color: #EFB552;
}
.TagClassName
{
border-color: #EFB552;
}
</style>