Shades of Casablanca #EFA74D
Tints of Casablanca #EFA74D
RGB
CMYK
RGB Variations
Color information
#EFA74D (or 0xEFA74D) is known color: Casablanca. HEX triplet: EF, A7 and 4D. RGB value is (239,167,77). Sum of RGB (Red+Green+Blue) = 239+167+77=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA74D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA74D is #1058B2. Grayscale: #B2B2B2. Windows color (decimal): -1071283 or 5089263. OLE color: 5089263.
HSL color Cylindrical-coordinate representation of color #EFA74D: hue angle of 33.33º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFA74D is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 77 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.06 |
| HSL | 33.33º | 0.84% | 0.62% | - |
| HSV(B) | 33.33º | 0.68% | 0.94% | - |
| XYZ | 50.75 | 46.52 | 13.33 | - |
| YUV | 178.27 | 70.85 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 77 | 0 | 0.30 | 0.68 | 0.06 | 33.33 | 0.84 | 0.62 |
| Hex | EF | A7 | 4D | 0 | 1E | 44 | 6 | 21 | 54 | 3E |
| Octal | 357 | 247 | 115 | 0 | 36 | 104 | 6 | 41 | 124 | 76 |
| Binary | 11101111 | 10100111 | 1001101 | 0 | 11110 | 1000100 | 110 | 100001 | 1010100 | 111110 |
Color Harmonies of #EFA74D
Complementary color
Monochromatic Colors of #EFA74D
Black with #EFA74D
Text Example
Text Example
White with #EFA74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA74D; }
p { color: rgb(239,167,77); }
H1.HeaderClassName
{
color: #EFA74D;
}
.AnyTagClassName
{
color: #EFA74D;
}
</style>
background-color css
<style>
a { background-color: #EFA74D; }
a { background-color: rgb(239,167,77); }
div.DivClassName
{
background-color: #EFA74D;
}
.BgClassName
{
background-color: #EFA74D;
}
</style>
border-color css
<style>
span { border-color: #EFA74D; }
span { border-color: rgb(239,167,77); }
td.TdClassName
{
border-color: #EFA74D;
}
.TagClassName
{
border-color: #EFA74D;
}
</style>