Shades of Casablanca #EFB256
Tints of Casablanca #EFB256
RGB
CMYK
RGB Variations
Color information
#EFB256 (or 0xEFB256) is known color: Casablanca. HEX triplet: EF, B2 and 56. RGB value is (239,178,86). Sum of RGB (Red+Green+Blue) = 239+178+86=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB256 is #104DA9. Grayscale: #BABABA. Windows color (decimal): -1068458 or 5681903. OLE color: 5681903.
HSL color Cylindrical-coordinate representation of color #EFB256: hue angle of 36.08º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFB256 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 86 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.06 |
| HSL | 36.08º | 0.83% | 0.64% | - |
| HSV(B) | 36.08º | 0.64% | 0.94% | - |
| XYZ | 53.2 | 50.86 | 15.82 | - |
| YUV | 185.75 | 71.71 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 86 | 0 | 0.26 | 0.64 | 0.06 | 36.08 | 0.83 | 0.64 |
| Hex | EF | B2 | 56 | 0 | 1A | 40 | 6 | 24 | 53 | 40 |
| Octal | 357 | 262 | 126 | 0 | 32 | 100 | 6 | 44 | 123 | 100 |
| Binary | 11101111 | 10110010 | 1010110 | 0 | 11010 | 1000000 | 110 | 100100 | 1010011 | 1000000 |
Color Harmonies of #EFB256
Complementary color
Monochromatic Colors of #EFB256
Black with #EFB256
Text Example
Text Example
White with #EFB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB256; }
p { color: rgb(239,178,86); }
H1.HeaderClassName
{
color: #EFB256;
}
.AnyTagClassName
{
color: #EFB256;
}
</style>
background-color css
<style>
a { background-color: #EFB256; }
a { background-color: rgb(239,178,86); }
div.DivClassName
{
background-color: #EFB256;
}
.BgClassName
{
background-color: #EFB256;
}
</style>
border-color css
<style>
span { border-color: #EFB256; }
span { border-color: rgb(239,178,86); }
td.TdClassName
{
border-color: #EFB256;
}
.TagClassName
{
border-color: #EFB256;
}
</style>