Shades of Casablanca #EFA650
Tints of Casablanca #EFA650
RGB
CMYK
RGB Variations
Color information
#EFA650 (or 0xEFA650) is known color: Casablanca. HEX triplet: EF, A6 and 50. RGB value is (239,166,80). Sum of RGB (Red+Green+Blue) = 239+166+80=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA650 is #1059AF. Grayscale: #B2B2B2. Windows color (decimal): -1071536 or 5285615. OLE color: 5285615.
HSL color Cylindrical-coordinate representation of color #EFA650: hue angle of 32.45º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFA650 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 80 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.06 |
| HSL | 32.45º | 0.83% | 0.63% | - |
| HSV(B) | 32.45º | 0.67% | 0.94% | - |
| XYZ | 50.68 | 46.2 | 13.84 | - |
| YUV | 178.02 | 72.68 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 80 | 0 | 0.31 | 0.67 | 0.06 | 32.45 | 0.83 | 0.63 |
| Hex | EF | A6 | 50 | 0 | 1F | 43 | 6 | 20 | 53 | 3F |
| Octal | 357 | 246 | 120 | 0 | 37 | 103 | 6 | 40 | 123 | 77 |
| Binary | 11101111 | 10100110 | 1010000 | 0 | 11111 | 1000011 | 110 | 100000 | 1010011 | 111111 |
Color Harmonies of #EFA650
Complementary color
Monochromatic Colors of #EFA650
Black with #EFA650
Text Example
Text Example
White with #EFA650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA650; }
p { color: rgb(239,166,80); }
H1.HeaderClassName
{
color: #EFA650;
}
.AnyTagClassName
{
color: #EFA650;
}
</style>
background-color css
<style>
a { background-color: #EFA650; }
a { background-color: rgb(239,166,80); }
div.DivClassName
{
background-color: #EFA650;
}
.BgClassName
{
background-color: #EFA650;
}
</style>
border-color css
<style>
span { border-color: #EFA650; }
span { border-color: rgb(239,166,80); }
td.TdClassName
{
border-color: #EFA650;
}
.TagClassName
{
border-color: #EFA650;
}
</style>