Shades of Casablanca #EFB55B
Tints of Casablanca #EFB55B
RGB
CMYK
RGB Variations
Color information
#EFB55B (or 0xEFB55B) is known color: Casablanca. HEX triplet: EF, B5 and 5B. RGB value is (239,181,91). Sum of RGB (Red+Green+Blue) = 239+181+91=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB55B is #104AA4. Grayscale: #BCBCBC. Windows color (decimal): -1067685 or 6010351. OLE color: 6010351.
HSL color Cylindrical-coordinate representation of color #EFB55B: hue angle of 36.49º 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 #EFB55B is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 91 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.06 |
| HSL | 36.49º | 0.82% | 0.65% | - |
| HSV(B) | 36.49º | 0.62% | 0.94% | - |
| XYZ | 54.01 | 52.15 | 17.12 | - |
| YUV | 188.08 | 73.22 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 91 | 0 | 0.24 | 0.62 | 0.06 | 36.49 | 0.82 | 0.65 |
| Hex | EF | B5 | 5B | 0 | 18 | 3E | 6 | 24 | 52 | 41 |
| Octal | 357 | 265 | 133 | 0 | 30 | 76 | 6 | 44 | 122 | 101 |
| Binary | 11101111 | 10110101 | 1011011 | 0 | 11000 | 111110 | 110 | 100100 | 1010010 | 1000001 |
Color Harmonies of #EFB55B
Complementary color
Monochromatic Colors of #EFB55B
Black with #EFB55B
Text Example
Text Example
White with #EFB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB55B; }
p { color: rgb(239,181,91); }
H1.HeaderClassName
{
color: #EFB55B;
}
.AnyTagClassName
{
color: #EFB55B;
}
</style>
background-color css
<style>
a { background-color: #EFB55B; }
a { background-color: rgb(239,181,91); }
div.DivClassName
{
background-color: #EFB55B;
}
.BgClassName
{
background-color: #EFB55B;
}
</style>
border-color css
<style>
span { border-color: #EFB55B; }
span { border-color: rgb(239,181,91); }
td.TdClassName
{
border-color: #EFB55B;
}
.TagClassName
{
border-color: #EFB55B;
}
</style>