Shades of Casablanca #EFAA4E
Tints of Casablanca #EFAA4E
RGB
CMYK
RGB Variations
Color information
#EFAA4E (or 0xEFAA4E) is known color: Casablanca. HEX triplet: EF, AA and 4E. RGB value is (239,170,78). Sum of RGB (Red+Green+Blue) = 239+170+78=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 78 (30.86% from 255 or 16.02% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAA4E is #1055B1. Grayscale: #B4B4B4. Windows color (decimal): -1070514 or 5155567. OLE color: 5155567.
HSL color Cylindrical-coordinate representation of color #EFAA4E: hue angle of 34.29º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFAA4E is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 78 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.06 |
| HSL | 34.29º | 0.83% | 0.62% | - |
| HSV(B) | 34.29º | 0.67% | 0.94% | - |
| XYZ | 51.35 | 47.65 | 13.7 | - |
| YUV | 180.14 | 70.36 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 78 | 0 | 0.29 | 0.67 | 0.06 | 34.29 | 0.83 | 0.62 |
| Hex | EF | AA | 4E | 0 | 1D | 43 | 6 | 22 | 53 | 3E |
| Octal | 357 | 252 | 116 | 0 | 35 | 103 | 6 | 42 | 123 | 76 |
| Binary | 11101111 | 10101010 | 1001110 | 0 | 11101 | 1000011 | 110 | 100010 | 1010011 | 111110 |
Color Harmonies of #EFAA4E
Complementary color
Monochromatic Colors of #EFAA4E
Black with #EFAA4E
Text Example
Text Example
White with #EFAA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA4E; }
p { color: rgb(239,170,78); }
H1.HeaderClassName
{
color: #EFAA4E;
}
.AnyTagClassName
{
color: #EFAA4E;
}
</style>
background-color css
<style>
a { background-color: #EFAA4E; }
a { background-color: rgb(239,170,78); }
div.DivClassName
{
background-color: #EFAA4E;
}
.BgClassName
{
background-color: #EFAA4E;
}
</style>
border-color css
<style>
span { border-color: #EFAA4E; }
span { border-color: rgb(239,170,78); }
td.TdClassName
{
border-color: #EFAA4E;
}
.TagClassName
{
border-color: #EFAA4E;
}
</style>