Shades of Casablanca #EFAA4A
Tints of Casablanca #EFAA4A
RGB
CMYK
RGB Variations
Color information
#EFAA4A (or 0xEFAA4A) is known color: Casablanca. HEX triplet: EF, AA and 4A. RGB value is (239,170,74). Sum of RGB (Red+Green+Blue) = 239+170+74=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAA4A is #1055B5. Grayscale: #B4B4B4. Windows color (decimal): -1070518 or 4893423. OLE color: 4893423.
HSL color Cylindrical-coordinate representation of color #EFAA4A: hue angle of 34.91º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFAA4A is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 74 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.06 |
| HSL | 34.91º | 0.84% | 0.61% | - |
| HSV(B) | 34.91º | 0.69% | 0.94% | - |
| XYZ | 51.21 | 47.59 | 12.97 | - |
| YUV | 179.69 | 68.36 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 74 | 0 | 0.29 | 0.69 | 0.06 | 34.91 | 0.84 | 0.61 |
| Hex | EF | AA | 4A | 0 | 1D | 45 | 6 | 23 | 54 | 3D |
| Octal | 357 | 252 | 112 | 0 | 35 | 105 | 6 | 43 | 124 | 75 |
| Binary | 11101111 | 10101010 | 1001010 | 0 | 11101 | 1000101 | 110 | 100011 | 1010100 | 111101 |
Color Harmonies of #EFAA4A
Complementary color
Monochromatic Colors of #EFAA4A
Black with #EFAA4A
Text Example
Text Example
White with #EFAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA4A; }
p { color: rgb(239,170,74); }
H1.HeaderClassName
{
color: #EFAA4A;
}
.AnyTagClassName
{
color: #EFAA4A;
}
</style>
background-color css
<style>
a { background-color: #EFAA4A; }
a { background-color: rgb(239,170,74); }
div.DivClassName
{
background-color: #EFAA4A;
}
.BgClassName
{
background-color: #EFAA4A;
}
</style>
border-color css
<style>
span { border-color: #EFAA4A; }
span { border-color: rgb(239,170,74); }
td.TdClassName
{
border-color: #EFAA4A;
}
.TagClassName
{
border-color: #EFAA4A;
}
</style>