Shades of Casablanca #EFB250
Tints of Casablanca #EFB250
RGB
CMYK
RGB Variations
Color information
#EFB250 (or 0xEFB250) is known color: Casablanca. HEX triplet: EF, B2 and 50. RGB value is (239,178,80). Sum of RGB (Red+Green+Blue) = 239+178+80=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB250 is #104DAF. Grayscale: #B9B9B9. Windows color (decimal): -1068464 or 5288687. OLE color: 5288687.
HSL color Cylindrical-coordinate representation of color #EFB250: hue angle of 36.98º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFB250 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 80 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.06 |
| HSL | 36.98º | 0.83% | 0.63% | - |
| HSV(B) | 36.98º | 0.67% | 0.94% | - |
| XYZ | 52.96 | 50.77 | 14.6 | - |
| YUV | 185.07 | 68.71 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 80 | 0 | 0.26 | 0.67 | 0.06 | 36.98 | 0.83 | 0.63 |
| Hex | EF | B2 | 50 | 0 | 1A | 43 | 6 | 25 | 53 | 3F |
| Octal | 357 | 262 | 120 | 0 | 32 | 103 | 6 | 45 | 123 | 77 |
| Binary | 11101111 | 10110010 | 1010000 | 0 | 11010 | 1000011 | 110 | 100101 | 1010011 | 111111 |
Color Harmonies of #EFB250
Complementary color
Monochromatic Colors of #EFB250
Black with #EFB250
Text Example
Text Example
White with #EFB250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB250; }
p { color: rgb(239,178,80); }
H1.HeaderClassName
{
color: #EFB250;
}
.AnyTagClassName
{
color: #EFB250;
}
</style>
background-color css
<style>
a { background-color: #EFB250; }
a { background-color: rgb(239,178,80); }
div.DivClassName
{
background-color: #EFB250;
}
.BgClassName
{
background-color: #EFB250;
}
</style>
border-color css
<style>
span { border-color: #EFB250; }
span { border-color: rgb(239,178,80); }
td.TdClassName
{
border-color: #EFB250;
}
.TagClassName
{
border-color: #EFB250;
}
</style>