Shades of Casablanca #EFB14D
Tints of Casablanca #EFB14D
RGB
CMYK
RGB Variations
Color information
#EFB14D (or 0xEFB14D) is known color: Casablanca. HEX triplet: EF, B1 and 4D. RGB value is (239,177,77). Sum of RGB (Red+Green+Blue) = 239+177+77=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB14D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB14D is #104EB2. Grayscale: #B8B8B8. Windows color (decimal): -1068723 or 5091823. OLE color: 5091823.
HSL color Cylindrical-coordinate representation of color #EFB14D: hue angle of 37.04º 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 #EFB14D is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 77 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.06 |
| HSL | 37.04º | 0.84% | 0.62% | - |
| HSV(B) | 37.04º | 0.68% | 0.94% | - |
| XYZ | 52.66 | 50.33 | 13.96 | - |
| YUV | 184.14 | 67.54 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 77 | 0 | 0.26 | 0.68 | 0.06 | 37.04 | 0.84 | 0.62 |
| Hex | EF | B1 | 4D | 0 | 1A | 44 | 6 | 25 | 54 | 3E |
| Octal | 357 | 261 | 115 | 0 | 32 | 104 | 6 | 45 | 124 | 76 |
| Binary | 11101111 | 10110001 | 1001101 | 0 | 11010 | 1000100 | 110 | 100101 | 1010100 | 111110 |
Color Harmonies of #EFB14D
Complementary color
Monochromatic Colors of #EFB14D
Black with #EFB14D
Text Example
Text Example
White with #EFB14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB14D; }
p { color: rgb(239,177,77); }
H1.HeaderClassName
{
color: #EFB14D;
}
.AnyTagClassName
{
color: #EFB14D;
}
</style>
background-color css
<style>
a { background-color: #EFB14D; }
a { background-color: rgb(239,177,77); }
div.DivClassName
{
background-color: #EFB14D;
}
.BgClassName
{
background-color: #EFB14D;
}
</style>
border-color css
<style>
span { border-color: #EFB14D; }
span { border-color: rgb(239,177,77); }
td.TdClassName
{
border-color: #EFB14D;
}
.TagClassName
{
border-color: #EFB14D;
}
</style>