Shades of Casablanca #EFB858
Tints of Casablanca #EFB858
RGB
CMYK
RGB Variations
Color information
#EFB858 (or 0xEFB858) is known color: Casablanca. HEX triplet: EF, B8 and 58. RGB value is (239,184,88). Sum of RGB (Red+Green+Blue) = 239+184+88=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 88 (34.77% from 255 or 17.22% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB858 is #1047A7. Grayscale: #BDBDBD. Windows color (decimal): -1066920 or 5814511. OLE color: 5814511.
HSL color Cylindrical-coordinate representation of color #EFB858: hue angle of 38.15º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFB858 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 88 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.06 |
| HSL | 38.15º | 0.83% | 0.64% | - |
| HSV(B) | 38.15º | 0.63% | 0.94% | - |
| XYZ | 54.5 | 53.34 | 16.66 | - |
| YUV | 189.5 | 70.72 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 88 | 0 | 0.23 | 0.63 | 0.06 | 38.15 | 0.83 | 0.64 |
| Hex | EF | B8 | 58 | 0 | 17 | 3F | 6 | 26 | 53 | 40 |
| Octal | 357 | 270 | 130 | 0 | 27 | 77 | 6 | 46 | 123 | 100 |
| Binary | 11101111 | 10111000 | 1011000 | 0 | 10111 | 111111 | 110 | 100110 | 1010011 | 1000000 |
Color Harmonies of #EFB858
Complementary color
Monochromatic Colors of #EFB858
Black with #EFB858
Text Example
Text Example
White with #EFB858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB858; }
p { color: rgb(239,184,88); }
H1.HeaderClassName
{
color: #EFB858;
}
.AnyTagClassName
{
color: #EFB858;
}
</style>
background-color css
<style>
a { background-color: #EFB858; }
a { background-color: rgb(239,184,88); }
div.DivClassName
{
background-color: #EFB858;
}
.BgClassName
{
background-color: #EFB858;
}
</style>
border-color css
<style>
span { border-color: #EFB858; }
span { border-color: rgb(239,184,88); }
td.TdClassName
{
border-color: #EFB858;
}
.TagClassName
{
border-color: #EFB858;
}
</style>