Shades of Casablanca #EFB651
Tints of Casablanca #EFB651
RGB
CMYK
RGB Variations
Color information
#EFB651 (or 0xEFB651) is known color: Casablanca. HEX triplet: EF, B6 and 51. RGB value is (239,182,81). Sum of RGB (Red+Green+Blue) = 239+182+81=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 81 (32.03% from 255 or 16.14% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB651 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB651 is #1049AE. Grayscale: #BBBBBB. Windows color (decimal): -1067439 or 5355247. OLE color: 5355247.
HSL color Cylindrical-coordinate representation of color #EFB651: hue angle of 38.35º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFB651 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 81 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.06 |
| HSL | 38.35º | 0.83% | 0.63% | - |
| HSV(B) | 38.35º | 0.66% | 0.94% | - |
| XYZ | 53.81 | 52.4 | 15.06 | - |
| YUV | 187.53 | 67.88 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 81 | 0 | 0.24 | 0.66 | 0.06 | 38.35 | 0.83 | 0.63 |
| Hex | EF | B6 | 51 | 0 | 18 | 42 | 6 | 26 | 53 | 3F |
| Octal | 357 | 266 | 121 | 0 | 30 | 102 | 6 | 46 | 123 | 77 |
| Binary | 11101111 | 10110110 | 1010001 | 0 | 11000 | 1000010 | 110 | 100110 | 1010011 | 111111 |
Color Harmonies of #EFB651
Complementary color
Monochromatic Colors of #EFB651
Black with #EFB651
Text Example
Text Example
White with #EFB651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB651; }
p { color: rgb(239,182,81); }
H1.HeaderClassName
{
color: #EFB651;
}
.AnyTagClassName
{
color: #EFB651;
}
</style>
background-color css
<style>
a { background-color: #EFB651; }
a { background-color: rgb(239,182,81); }
div.DivClassName
{
background-color: #EFB651;
}
.BgClassName
{
background-color: #EFB651;
}
</style>
border-color css
<style>
span { border-color: #EFB651; }
span { border-color: rgb(239,182,81); }
td.TdClassName
{
border-color: #EFB651;
}
.TagClassName
{
border-color: #EFB651;
}
</style>