Shades of Casablanca #EFB85C
Tints of Casablanca #EFB85C
RGB
CMYK
RGB Variations
Color information
#EFB85C (or 0xEFB85C) is known color: Casablanca. HEX triplet: EF, B8 and 5C. RGB value is (239,184,92). Sum of RGB (Red+Green+Blue) = 239+184+92=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB85C is #1047A3. Grayscale: #BEBEBE. Windows color (decimal): -1066916 or 6076655. OLE color: 6076655.
HSL color Cylindrical-coordinate representation of color #EFB85C: hue angle of 37.55º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFB85C is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 92 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.06 |
| HSL | 37.55º | 0.82% | 0.65% | - |
| HSV(B) | 37.55º | 0.62% | 0.94% | - |
| XYZ | 54.67 | 53.4 | 17.55 | - |
| YUV | 189.96 | 72.72 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 92 | 0 | 0.23 | 0.62 | 0.06 | 37.55 | 0.82 | 0.65 |
| Hex | EF | B8 | 5C | 0 | 17 | 3E | 6 | 26 | 52 | 41 |
| Octal | 357 | 270 | 134 | 0 | 27 | 76 | 6 | 46 | 122 | 101 |
| Binary | 11101111 | 10111000 | 1011100 | 0 | 10111 | 111110 | 110 | 100110 | 1010010 | 1000001 |
Color Harmonies of #EFB85C
Complementary color
Monochromatic Colors of #EFB85C
Black with #EFB85C
Text Example
Text Example
White with #EFB85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB85C; }
p { color: rgb(239,184,92); }
H1.HeaderClassName
{
color: #EFB85C;
}
.AnyTagClassName
{
color: #EFB85C;
}
</style>
background-color css
<style>
a { background-color: #EFB85C; }
a { background-color: rgb(239,184,92); }
div.DivClassName
{
background-color: #EFB85C;
}
.BgClassName
{
background-color: #EFB85C;
}
</style>
border-color css
<style>
span { border-color: #EFB85C; }
span { border-color: rgb(239,184,92); }
td.TdClassName
{
border-color: #EFB85C;
}
.TagClassName
{
border-color: #EFB85C;
}
</style>