Shades of Casablanca #EFB153
Tints of Casablanca #EFB153
RGB
CMYK
RGB Variations
Color information
#EFB153 (or 0xEFB153) is known color: Casablanca. HEX triplet: EF, B1 and 53. RGB value is (239,177,83). Sum of RGB (Red+Green+Blue) = 239+177+83=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB153 is #104EAC. Grayscale: #B9B9B9. Windows color (decimal): -1068717 or 5485039. OLE color: 5485039.
HSL color Cylindrical-coordinate representation of color #EFB153: hue angle of 36.15º 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 #EFB153 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 83 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.06 |
| HSL | 36.15º | 0.83% | 0.63% | - |
| HSV(B) | 36.15º | 0.65% | 0.94% | - |
| XYZ | 52.88 | 50.42 | 15.13 | - |
| YUV | 184.82 | 70.54 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 83 | 0 | 0.26 | 0.65 | 0.06 | 36.15 | 0.83 | 0.63 |
| Hex | EF | B1 | 53 | 0 | 1A | 41 | 6 | 24 | 53 | 3F |
| Octal | 357 | 261 | 123 | 0 | 32 | 101 | 6 | 44 | 123 | 77 |
| Binary | 11101111 | 10110001 | 1010011 | 0 | 11010 | 1000001 | 110 | 100100 | 1010011 | 111111 |
Color Harmonies of #EFB153
Complementary color
Monochromatic Colors of #EFB153
Black with #EFB153
Text Example
Text Example
White with #EFB153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB153; }
p { color: rgb(239,177,83); }
H1.HeaderClassName
{
color: #EFB153;
}
.AnyTagClassName
{
color: #EFB153;
}
</style>
background-color css
<style>
a { background-color: #EFB153; }
a { background-color: rgb(239,177,83); }
div.DivClassName
{
background-color: #EFB153;
}
.BgClassName
{
background-color: #EFB153;
}
</style>
border-color css
<style>
span { border-color: #EFB153; }
span { border-color: rgb(239,177,83); }
td.TdClassName
{
border-color: #EFB153;
}
.TagClassName
{
border-color: #EFB153;
}
</style>