Shades of Casablanca #EFA74A
Tints of Casablanca #EFA74A
RGB
CMYK
RGB Variations
Color information
#EFA74A (or 0xEFA74A) is known color: Casablanca. HEX triplet: EF, A7 and 4A. RGB value is (239,167,74). Sum of RGB (Red+Green+Blue) = 239+167+74=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA74A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA74A is #1058B5. Grayscale: #B2B2B2. Windows color (decimal): -1071286 or 4892655. OLE color: 4892655.
HSL color Cylindrical-coordinate representation of color #EFA74A: hue angle of 33.82º 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 #EFA74A is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 74 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.06 |
| HSL | 33.82º | 0.84% | 0.61% | - |
| HSV(B) | 33.82º | 0.69% | 0.94% | - |
| XYZ | 50.65 | 46.48 | 12.78 | - |
| YUV | 177.93 | 69.35 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 74 | 0 | 0.30 | 0.69 | 0.06 | 33.82 | 0.84 | 0.61 |
| Hex | EF | A7 | 4A | 0 | 1E | 45 | 6 | 22 | 54 | 3D |
| Octal | 357 | 247 | 112 | 0 | 36 | 105 | 6 | 42 | 124 | 75 |
| Binary | 11101111 | 10100111 | 1001010 | 0 | 11110 | 1000101 | 110 | 100010 | 1010100 | 111101 |
Color Harmonies of #EFA74A
Complementary color
Monochromatic Colors of #EFA74A
Black with #EFA74A
Text Example
Text Example
White with #EFA74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA74A; }
p { color: rgb(239,167,74); }
H1.HeaderClassName
{
color: #EFA74A;
}
.AnyTagClassName
{
color: #EFA74A;
}
</style>
background-color css
<style>
a { background-color: #EFA74A; }
a { background-color: rgb(239,167,74); }
div.DivClassName
{
background-color: #EFA74A;
}
.BgClassName
{
background-color: #EFA74A;
}
</style>
border-color css
<style>
span { border-color: #EFA74A; }
span { border-color: rgb(239,167,74); }
td.TdClassName
{
border-color: #EFA74A;
}
.TagClassName
{
border-color: #EFA74A;
}
</style>