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