Shades of Casablanca #EFB353
Tints of Casablanca #EFB353
RGB
CMYK
RGB Variations
Color information
#EFB353 (or 0xEFB353) is known color: Casablanca. HEX triplet: EF, B3 and 53. RGB value is (239,179,83). Sum of RGB (Red+Green+Blue) = 239+179+83=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB353 is #104CAC. Grayscale: #BABABA. Windows color (decimal): -1068205 or 5485551. OLE color: 5485551.
HSL color Cylindrical-coordinate representation of color #EFB353: hue angle of 36.92º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFB353 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 83 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.06 |
| HSL | 36.92º | 0.83% | 0.63% | - |
| HSV(B) | 36.92º | 0.65% | 0.94% | - |
| XYZ | 53.28 | 51.22 | 15.26 | - |
| YUV | 186 | 69.88 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 83 | 0 | 0.25 | 0.65 | 0.06 | 36.92 | 0.83 | 0.63 |
| Hex | EF | B3 | 53 | 0 | 19 | 41 | 6 | 25 | 53 | 3F |
| Octal | 357 | 263 | 123 | 0 | 31 | 101 | 6 | 45 | 123 | 77 |
| Binary | 11101111 | 10110011 | 1010011 | 0 | 11001 | 1000001 | 110 | 100101 | 1010011 | 111111 |
Color Harmonies of #EFB353
Complementary color
Monochromatic Colors of #EFB353
Black with #EFB353
Text Example
Text Example
White with #EFB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB353; }
p { color: rgb(239,179,83); }
H1.HeaderClassName
{
color: #EFB353;
}
.AnyTagClassName
{
color: #EFB353;
}
</style>
background-color css
<style>
a { background-color: #EFB353; }
a { background-color: rgb(239,179,83); }
div.DivClassName
{
background-color: #EFB353;
}
.BgClassName
{
background-color: #EFB353;
}
</style>
border-color css
<style>
span { border-color: #EFB353; }
span { border-color: rgb(239,179,83); }
td.TdClassName
{
border-color: #EFB353;
}
.TagClassName
{
border-color: #EFB353;
}
</style>