Shades of Casablanca #EFB85B
Tints of Casablanca #EFB85B
RGB
CMYK
RGB Variations
Color information
#EFB85B (or 0xEFB85B) is known color: Casablanca. HEX triplet: EF, B8 and 5B. RGB value is (239,184,91). Sum of RGB (Red+Green+Blue) = 239+184+91=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 91 (35.94% from 255 or 17.70% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB85B is #1047A4. Grayscale: #BEBEBE. Windows color (decimal): -1066917 or 6011119. OLE color: 6011119.
HSL color Cylindrical-coordinate representation of color #EFB85B: hue angle of 37.7º 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 #EFB85B is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 91 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.06 |
| HSL | 37.7º | 0.82% | 0.65% | - |
| HSV(B) | 37.7º | 0.62% | 0.94% | - |
| XYZ | 54.63 | 53.39 | 17.32 | - |
| YUV | 189.84 | 72.22 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 91 | 0 | 0.23 | 0.62 | 0.06 | 37.7 | 0.82 | 0.65 |
| Hex | EF | B8 | 5B | 0 | 17 | 3E | 6 | 26 | 52 | 41 |
| Octal | 357 | 270 | 133 | 0 | 27 | 76 | 6 | 46 | 122 | 101 |
| Binary | 11101111 | 10111000 | 1011011 | 0 | 10111 | 111110 | 110 | 100110 | 1010010 | 1000001 |
Color Harmonies of #EFB85B
Complementary color
Monochromatic Colors of #EFB85B
Black with #EFB85B
Text Example
Text Example
White with #EFB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB85B; }
p { color: rgb(239,184,91); }
H1.HeaderClassName
{
color: #EFB85B;
}
.AnyTagClassName
{
color: #EFB85B;
}
</style>
background-color css
<style>
a { background-color: #EFB85B; }
a { background-color: rgb(239,184,91); }
div.DivClassName
{
background-color: #EFB85B;
}
.BgClassName
{
background-color: #EFB85B;
}
</style>
border-color css
<style>
span { border-color: #EFB85B; }
span { border-color: rgb(239,184,91); }
td.TdClassName
{
border-color: #EFB85B;
}
.TagClassName
{
border-color: #EFB85B;
}
</style>