Shades of Casablanca #EFB654
Tints of Casablanca #EFB654
RGB
CMYK
RGB Variations
Color information
#EFB654 (or 0xEFB654) is known color: Casablanca. HEX triplet: EF, B6 and 54. RGB value is (239,182,84). Sum of RGB (Red+Green+Blue) = 239+182+84=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 84 (33.20% from 255 or 16.63% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB654 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB654 is #1049AB. Grayscale: #BCBCBC. Windows color (decimal): -1067436 or 5551855. OLE color: 5551855.
HSL color Cylindrical-coordinate representation of color #EFB654: hue angle of 37.94º 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 #EFB654 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 84 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.06 |
| HSL | 37.94º | 0.83% | 0.63% | - |
| HSV(B) | 37.94º | 0.65% | 0.94% | - |
| XYZ | 53.92 | 52.45 | 15.67 | - |
| YUV | 187.87 | 69.38 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 84 | 0 | 0.24 | 0.65 | 0.06 | 37.94 | 0.83 | 0.63 |
| Hex | EF | B6 | 54 | 0 | 18 | 41 | 6 | 26 | 53 | 3F |
| Octal | 357 | 266 | 124 | 0 | 30 | 101 | 6 | 46 | 123 | 77 |
| Binary | 11101111 | 10110110 | 1010100 | 0 | 11000 | 1000001 | 110 | 100110 | 1010011 | 111111 |
Color Harmonies of #EFB654
Complementary color
Monochromatic Colors of #EFB654
Black with #EFB654
Text Example
Text Example
White with #EFB654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB654; }
p { color: rgb(239,182,84); }
H1.HeaderClassName
{
color: #EFB654;
}
.AnyTagClassName
{
color: #EFB654;
}
</style>
background-color css
<style>
a { background-color: #EFB654; }
a { background-color: rgb(239,182,84); }
div.DivClassName
{
background-color: #EFB654;
}
.BgClassName
{
background-color: #EFB654;
}
</style>
border-color css
<style>
span { border-color: #EFB654; }
span { border-color: rgb(239,182,84); }
td.TdClassName
{
border-color: #EFB654;
}
.TagClassName
{
border-color: #EFB654;
}
</style>