Shades of Casablanca #EFB247
Tints of Casablanca #EFB247
RGB
CMYK
RGB Variations
Color information
#EFB247 (or 0xEFB247) is known color: Casablanca. HEX triplet: EF, B2 and 47. RGB value is (239,178,71). Sum of RGB (Red+Green+Blue) = 239+178+71=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 71 (28.12% from 255 or 14.55% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB247 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB247 is #104DB8. Grayscale: #B8B8B8. Windows color (decimal): -1068473 or 4698863. OLE color: 4698863.
HSL color Cylindrical-coordinate representation of color #EFB247: hue angle of 38.21º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFB247 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 71 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.06 |
| HSL | 38.21º | 0.84% | 0.61% | - |
| HSV(B) | 38.21º | 0.7% | 0.94% | - |
| XYZ | 52.65 | 50.65 | 12.96 | - |
| YUV | 184.04 | 64.21 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 71 | 0 | 0.26 | 0.70 | 0.06 | 38.21 | 0.84 | 0.61 |
| Hex | EF | B2 | 47 | 0 | 1A | 46 | 6 | 26 | 54 | 3D |
| Octal | 357 | 262 | 107 | 0 | 32 | 106 | 6 | 46 | 124 | 75 |
| Binary | 11101111 | 10110010 | 1000111 | 0 | 11010 | 1000110 | 110 | 100110 | 1010100 | 111101 |
Color Harmonies of #EFB247
Complementary color
Monochromatic Colors of #EFB247
Black with #EFB247
Text Example
Text Example
White with #EFB247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB247; }
p { color: rgb(239,178,71); }
H1.HeaderClassName
{
color: #EFB247;
}
.AnyTagClassName
{
color: #EFB247;
}
</style>
background-color css
<style>
a { background-color: #EFB247; }
a { background-color: rgb(239,178,71); }
div.DivClassName
{
background-color: #EFB247;
}
.BgClassName
{
background-color: #EFB247;
}
</style>
border-color css
<style>
span { border-color: #EFB247; }
span { border-color: rgb(239,178,71); }
td.TdClassName
{
border-color: #EFB247;
}
.TagClassName
{
border-color: #EFB247;
}
</style>