Shades of Casablanca #EFA755
Tints of Casablanca #EFA755
RGB
CMYK
RGB Variations
Color information
#EFA755 (or 0xEFA755) is known color: Casablanca. HEX triplet: EF, A7 and 55. RGB value is (239,167,85). Sum of RGB (Red+Green+Blue) = 239+167+85=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA755 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA755 is #1058AA. Grayscale: #B3B3B3. Windows color (decimal): -1071275 or 5613551. OLE color: 5613551.
HSL color Cylindrical-coordinate representation of color #EFA755: hue angle of 31.95º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFA755 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 85 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.06 |
| HSL | 31.95º | 0.83% | 0.64% | - |
| HSV(B) | 31.95º | 0.64% | 0.94% | - |
| XYZ | 51.06 | 46.64 | 14.91 | - |
| YUV | 179.18 | 74.85 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 85 | 0 | 0.30 | 0.64 | 0.06 | 31.95 | 0.83 | 0.64 |
| Hex | EF | A7 | 55 | 0 | 1E | 40 | 6 | 20 | 53 | 40 |
| Octal | 357 | 247 | 125 | 0 | 36 | 100 | 6 | 40 | 123 | 100 |
| Binary | 11101111 | 10100111 | 1010101 | 0 | 11110 | 1000000 | 110 | 100000 | 1010011 | 1000000 |
Color Harmonies of #EFA755
Complementary color
Monochromatic Colors of #EFA755
Black with #EFA755
Text Example
Text Example
White with #EFA755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA755; }
p { color: rgb(239,167,85); }
H1.HeaderClassName
{
color: #EFA755;
}
.AnyTagClassName
{
color: #EFA755;
}
</style>
background-color css
<style>
a { background-color: #EFA755; }
a { background-color: rgb(239,167,85); }
div.DivClassName
{
background-color: #EFA755;
}
.BgClassName
{
background-color: #EFA755;
}
</style>
border-color css
<style>
span { border-color: #EFA755; }
span { border-color: rgb(239,167,85); }
td.TdClassName
{
border-color: #EFA755;
}
.TagClassName
{
border-color: #EFA755;
}
</style>