Shades of Casablanca #EFA652
Tints of Casablanca #EFA652
RGB
CMYK
RGB Variations
Color information
#EFA652 (or 0xEFA652) is known color: Casablanca. HEX triplet: EF, A6 and 52. RGB value is (239,166,82). Sum of RGB (Red+Green+Blue) = 239+166+82=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA652 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA652 is #1059AD. Grayscale: #B2B2B2. Windows color (decimal): -1071534 or 5416687. OLE color: 5416687.
HSL color Cylindrical-coordinate representation of color #EFA652: hue angle of 32.1º 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 #EFA652 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 82 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.06 |
| HSL | 32.1º | 0.83% | 0.63% | - |
| HSV(B) | 32.1º | 0.66% | 0.94% | - |
| XYZ | 50.76 | 46.23 | 14.23 | - |
| YUV | 178.25 | 73.68 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 82 | 0 | 0.31 | 0.66 | 0.06 | 32.1 | 0.83 | 0.63 |
| Hex | EF | A6 | 52 | 0 | 1F | 42 | 6 | 20 | 53 | 3F |
| Octal | 357 | 246 | 122 | 0 | 37 | 102 | 6 | 40 | 123 | 77 |
| Binary | 11101111 | 10100110 | 1010010 | 0 | 11111 | 1000010 | 110 | 100000 | 1010011 | 111111 |
Color Harmonies of #EFA652
Complementary color
Monochromatic Colors of #EFA652
Black with #EFA652
Text Example
Text Example
White with #EFA652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA652; }
p { color: rgb(239,166,82); }
H1.HeaderClassName
{
color: #EFA652;
}
.AnyTagClassName
{
color: #EFA652;
}
</style>
background-color css
<style>
a { background-color: #EFA652; }
a { background-color: rgb(239,166,82); }
div.DivClassName
{
background-color: #EFA652;
}
.BgClassName
{
background-color: #EFA652;
}
</style>
border-color css
<style>
span { border-color: #EFA652; }
span { border-color: rgb(239,166,82); }
td.TdClassName
{
border-color: #EFA652;
}
.TagClassName
{
border-color: #EFA652;
}
</style>