Shades of Casablanca #EFAD55
Tints of Casablanca #EFAD55
RGB
CMYK
RGB Variations
Color information
#EFAD55 (or 0xEFAD55) is known color: Casablanca. HEX triplet: EF, AD and 55. RGB value is (239,173,85). Sum of RGB (Red+Green+Blue) = 239+173+85=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAD55 is #1052AA. Grayscale: #B7B7B7. Windows color (decimal): -1069739 or 5615087. OLE color: 5615087.
HSL color Cylindrical-coordinate representation of color #EFAD55: hue angle of 34.29º 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 #EFAD55 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 85 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.06 |
| HSL | 34.29º | 0.83% | 0.64% | - |
| HSV(B) | 34.29º | 0.64% | 0.94% | - |
| XYZ | 52.18 | 48.89 | 15.28 | - |
| YUV | 182.7 | 72.87 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 85 | 0 | 0.28 | 0.64 | 0.06 | 34.29 | 0.83 | 0.64 |
| Hex | EF | AD | 55 | 0 | 1C | 40 | 6 | 22 | 53 | 40 |
| Octal | 357 | 255 | 125 | 0 | 34 | 100 | 6 | 42 | 123 | 100 |
| Binary | 11101111 | 10101101 | 1010101 | 0 | 11100 | 1000000 | 110 | 100010 | 1010011 | 1000000 |
Color Harmonies of #EFAD55
Complementary color
Monochromatic Colors of #EFAD55
Black with #EFAD55
Text Example
Text Example
White with #EFAD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAD55; }
p { color: rgb(239,173,85); }
H1.HeaderClassName
{
color: #EFAD55;
}
.AnyTagClassName
{
color: #EFAD55;
}
</style>
background-color css
<style>
a { background-color: #EFAD55; }
a { background-color: rgb(239,173,85); }
div.DivClassName
{
background-color: #EFAD55;
}
.BgClassName
{
background-color: #EFAD55;
}
</style>
border-color css
<style>
span { border-color: #EFAD55; }
span { border-color: rgb(239,173,85); }
td.TdClassName
{
border-color: #EFAD55;
}
.TagClassName
{
border-color: #EFAD55;
}
</style>