Shades of Casablanca #EFB85E
Tints of Casablanca #EFB85E
RGB
CMYK
RGB Variations
Color information
#EFB85E (or 0xEFB85E) is known color: Casablanca. HEX triplet: EF, B8 and 5E. RGB value is (239,184,94). Sum of RGB (Red+Green+Blue) = 239+184+94=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB85E is #1047A1. Grayscale: #BEBEBE. Windows color (decimal): -1066914 or 6207727. OLE color: 6207727.
HSL color Cylindrical-coordinate representation of color #EFB85E: hue angle of 37.24º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFB85E is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 94 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.06 |
| HSL | 37.24º | 0.82% | 0.65% | - |
| HSV(B) | 37.24º | 0.61% | 0.94% | - |
| XYZ | 54.76 | 53.44 | 18.02 | - |
| YUV | 190.19 | 73.72 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 94 | 0 | 0.23 | 0.61 | 0.06 | 37.24 | 0.82 | 0.65 |
| Hex | EF | B8 | 5E | 0 | 17 | 3D | 6 | 25 | 52 | 41 |
| Octal | 357 | 270 | 136 | 0 | 27 | 75 | 6 | 45 | 122 | 101 |
| Binary | 11101111 | 10111000 | 1011110 | 0 | 10111 | 111101 | 110 | 100101 | 1010010 | 1000001 |
Color Harmonies of #EFB85E
Complementary color
Monochromatic Colors of #EFB85E
Black with #EFB85E
Text Example
Text Example
White with #EFB85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB85E; }
p { color: rgb(239,184,94); }
H1.HeaderClassName
{
color: #EFB85E;
}
.AnyTagClassName
{
color: #EFB85E;
}
</style>
background-color css
<style>
a { background-color: #EFB85E; }
a { background-color: rgb(239,184,94); }
div.DivClassName
{
background-color: #EFB85E;
}
.BgClassName
{
background-color: #EFB85E;
}
</style>
border-color css
<style>
span { border-color: #EFB85E; }
span { border-color: rgb(239,184,94); }
td.TdClassName
{
border-color: #EFB85E;
}
.TagClassName
{
border-color: #EFB85E;
}
</style>