Shades of Casablanca #EFA752
Tints of Casablanca #EFA752
RGB
CMYK
RGB Variations
Color information
#EFA752 (or 0xEFA752) is known color: Casablanca. HEX triplet: EF, A7 and 52. RGB value is (239,167,82). Sum of RGB (Red+Green+Blue) = 239+167+82=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA752 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA752 is #1058AD. Grayscale: #B3B3B3. Windows color (decimal): -1071278 or 5416943. OLE color: 5416943.
HSL color Cylindrical-coordinate representation of color #EFA752: hue angle of 32.48º 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 #EFA752 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 82 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.06 |
| HSL | 32.48º | 0.83% | 0.63% | - |
| HSV(B) | 32.48º | 0.66% | 0.94% | - |
| XYZ | 50.94 | 46.6 | 14.29 | - |
| YUV | 178.84 | 73.35 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 82 | 0 | 0.30 | 0.66 | 0.06 | 32.48 | 0.83 | 0.63 |
| Hex | EF | A7 | 52 | 0 | 1E | 42 | 6 | 20 | 53 | 3F |
| Octal | 357 | 247 | 122 | 0 | 36 | 102 | 6 | 40 | 123 | 77 |
| Binary | 11101111 | 10100111 | 1010010 | 0 | 11110 | 1000010 | 110 | 100000 | 1010011 | 111111 |
Color Harmonies of #EFA752
Complementary color
Monochromatic Colors of #EFA752
Black with #EFA752
Text Example
Text Example
White with #EFA752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA752; }
p { color: rgb(239,167,82); }
H1.HeaderClassName
{
color: #EFA752;
}
.AnyTagClassName
{
color: #EFA752;
}
</style>
background-color css
<style>
a { background-color: #EFA752; }
a { background-color: rgb(239,167,82); }
div.DivClassName
{
background-color: #EFA752;
}
.BgClassName
{
background-color: #EFA752;
}
</style>
border-color css
<style>
span { border-color: #EFA752; }
span { border-color: rgb(239,167,82); }
td.TdClassName
{
border-color: #EFA752;
}
.TagClassName
{
border-color: #EFA752;
}
</style>