Shades of Casablanca #EFAC4A
Tints of Casablanca #EFAC4A
RGB
CMYK
RGB Variations
Color information
#EFAC4A (or 0xEFAC4A) is known color: Casablanca. HEX triplet: EF, AC and 4A. RGB value is (239,172,74). Sum of RGB (Red+Green+Blue) = 239+172+74=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC4A is #1053B5. Grayscale: #B5B5B5. Windows color (decimal): -1070006 or 4893935. OLE color: 4893935.
HSL color Cylindrical-coordinate representation of color #EFAC4A: hue angle of 35.64º 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 #EFAC4A is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 74 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.06 |
| HSL | 35.64º | 0.84% | 0.61% | - |
| HSV(B) | 35.64º | 0.69% | 0.94% | - |
| XYZ | 51.59 | 48.35 | 13.09 | - |
| YUV | 180.86 | 67.7 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 74 | 0 | 0.28 | 0.69 | 0.06 | 35.64 | 0.84 | 0.61 |
| Hex | EF | AC | 4A | 0 | 1C | 45 | 6 | 24 | 54 | 3D |
| Octal | 357 | 254 | 112 | 0 | 34 | 105 | 6 | 44 | 124 | 75 |
| Binary | 11101111 | 10101100 | 1001010 | 0 | 11100 | 1000101 | 110 | 100100 | 1010100 | 111101 |
Color Harmonies of #EFAC4A
Complementary color
Monochromatic Colors of #EFAC4A
Black with #EFAC4A
Text Example
Text Example
White with #EFAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAC4A; }
p { color: rgb(239,172,74); }
H1.HeaderClassName
{
color: #EFAC4A;
}
.AnyTagClassName
{
color: #EFAC4A;
}
</style>
background-color css
<style>
a { background-color: #EFAC4A; }
a { background-color: rgb(239,172,74); }
div.DivClassName
{
background-color: #EFAC4A;
}
.BgClassName
{
background-color: #EFAC4A;
}
</style>
border-color css
<style>
span { border-color: #EFAC4A; }
span { border-color: rgb(239,172,74); }
td.TdClassName
{
border-color: #EFAC4A;
}
.TagClassName
{
border-color: #EFAC4A;
}
</style>