Shades of Casablanca #EFA952
Tints of Casablanca #EFA952
RGB
CMYK
RGB Variations
Color information
#EFA952 (or 0xEFA952) is known color: Casablanca. HEX triplet: EF, A9 and 52. RGB value is (239,169,82). Sum of RGB (Red+Green+Blue) = 239+169+82=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA952 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA952 is #1056AD. Grayscale: #B4B4B4. Windows color (decimal): -1070766 or 5417455. OLE color: 5417455.
HSL color Cylindrical-coordinate representation of color #EFA952: hue angle of 33.25º 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 #EFA952 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 82 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.06 |
| HSL | 33.25º | 0.83% | 0.63% | - |
| HSV(B) | 33.25º | 0.66% | 0.94% | - |
| XYZ | 51.31 | 47.34 | 14.42 | - |
| YUV | 180.01 | 72.69 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 82 | 0 | 0.29 | 0.66 | 0.06 | 33.25 | 0.83 | 0.63 |
| Hex | EF | A9 | 52 | 0 | 1D | 42 | 6 | 21 | 53 | 3F |
| Octal | 357 | 251 | 122 | 0 | 35 | 102 | 6 | 41 | 123 | 77 |
| Binary | 11101111 | 10101001 | 1010010 | 0 | 11101 | 1000010 | 110 | 100001 | 1010011 | 111111 |
Color Harmonies of #EFA952
Complementary color
Monochromatic Colors of #EFA952
Black with #EFA952
Text Example
Text Example
White with #EFA952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA952; }
p { color: rgb(239,169,82); }
H1.HeaderClassName
{
color: #EFA952;
}
.AnyTagClassName
{
color: #EFA952;
}
</style>
background-color css
<style>
a { background-color: #EFA952; }
a { background-color: rgb(239,169,82); }
div.DivClassName
{
background-color: #EFA952;
}
.BgClassName
{
background-color: #EFA952;
}
</style>
border-color css
<style>
span { border-color: #EFA952; }
span { border-color: rgb(239,169,82); }
td.TdClassName
{
border-color: #EFA952;
}
.TagClassName
{
border-color: #EFA952;
}
</style>