Shades of Casablanca #EFB55A
Tints of Casablanca #EFB55A
RGB
CMYK
RGB Variations
Color information
#EFB55A (or 0xEFB55A) is known color: Casablanca. HEX triplet: EF, B5 and 5A. RGB value is (239,181,90). Sum of RGB (Red+Green+Blue) = 239+181+90=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB55A is #104AA5. Grayscale: #BCBCBC. Windows color (decimal): -1067686 or 5944815. OLE color: 5944815.
HSL color Cylindrical-coordinate representation of color #EFB55A: hue angle of 36.64º 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 #EFB55A is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 90 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.06 |
| HSL | 36.64º | 0.82% | 0.65% | - |
| HSV(B) | 36.64º | 0.62% | 0.94% | - |
| XYZ | 53.97 | 52.14 | 16.89 | - |
| YUV | 187.97 | 72.72 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 90 | 0 | 0.24 | 0.62 | 0.06 | 36.64 | 0.82 | 0.65 |
| Hex | EF | B5 | 5A | 0 | 18 | 3E | 6 | 25 | 52 | 41 |
| Octal | 357 | 265 | 132 | 0 | 30 | 76 | 6 | 45 | 122 | 101 |
| Binary | 11101111 | 10110101 | 1011010 | 0 | 11000 | 111110 | 110 | 100101 | 1010010 | 1000001 |
Color Harmonies of #EFB55A
Complementary color
Monochromatic Colors of #EFB55A
Black with #EFB55A
Text Example
Text Example
White with #EFB55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB55A; }
p { color: rgb(239,181,90); }
H1.HeaderClassName
{
color: #EFB55A;
}
.AnyTagClassName
{
color: #EFB55A;
}
</style>
background-color css
<style>
a { background-color: #EFB55A; }
a { background-color: rgb(239,181,90); }
div.DivClassName
{
background-color: #EFB55A;
}
.BgClassName
{
background-color: #EFB55A;
}
</style>
border-color css
<style>
span { border-color: #EFB55A; }
span { border-color: rgb(239,181,90); }
td.TdClassName
{
border-color: #EFB55A;
}
.TagClassName
{
border-color: #EFB55A;
}
</style>