Shades of Casablanca #EFA64C
Tints of Casablanca #EFA64C
RGB
CMYK
RGB Variations
Color information
#EFA64C (or 0xEFA64C) is known color: Casablanca. HEX triplet: EF, A6 and 4C. RGB value is (239,166,76). Sum of RGB (Red+Green+Blue) = 239+166+76=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA64C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA64C is #1059B3. Grayscale: #B2B2B2. Windows color (decimal): -1071540 or 5023471. OLE color: 5023471.
HSL color Cylindrical-coordinate representation of color #EFA64C: hue angle of 33.13º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFA64C is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 76 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.06 |
| HSL | 33.13º | 0.84% | 0.62% | - |
| HSV(B) | 33.13º | 0.68% | 0.94% | - |
| XYZ | 50.54 | 46.14 | 13.08 | - |
| YUV | 177.57 | 70.68 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 76 | 0 | 0.31 | 0.68 | 0.06 | 33.13 | 0.84 | 0.62 |
| Hex | EF | A6 | 4C | 0 | 1F | 44 | 6 | 21 | 54 | 3E |
| Octal | 357 | 246 | 114 | 0 | 37 | 104 | 6 | 41 | 124 | 76 |
| Binary | 11101111 | 10100110 | 1001100 | 0 | 11111 | 1000100 | 110 | 100001 | 1010100 | 111110 |
Color Harmonies of #EFA64C
Complementary color
Monochromatic Colors of #EFA64C
Black with #EFA64C
Text Example
Text Example
White with #EFA64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA64C; }
p { color: rgb(239,166,76); }
H1.HeaderClassName
{
color: #EFA64C;
}
.AnyTagClassName
{
color: #EFA64C;
}
</style>
background-color css
<style>
a { background-color: #EFA64C; }
a { background-color: rgb(239,166,76); }
div.DivClassName
{
background-color: #EFA64C;
}
.BgClassName
{
background-color: #EFA64C;
}
</style>
border-color css
<style>
span { border-color: #EFA64C; }
span { border-color: rgb(239,166,76); }
td.TdClassName
{
border-color: #EFA64C;
}
.TagClassName
{
border-color: #EFA64C;
}
</style>