Shades of Casablanca #EFB258
Tints of Casablanca #EFB258
RGB
CMYK
RGB Variations
Color information
#EFB258 (or 0xEFB258) is known color: Casablanca. HEX triplet: EF, B2 and 58. RGB value is (239,178,88). Sum of RGB (Red+Green+Blue) = 239+178+88=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB258 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB258 is #104DA7. Grayscale: #BABABA. Windows color (decimal): -1068456 or 5812975. OLE color: 5812975.
HSL color Cylindrical-coordinate representation of color #EFB258: hue angle of 35.76º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFB258 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 88 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.06 |
| HSL | 35.76º | 0.83% | 0.64% | - |
| HSV(B) | 35.76º | 0.63% | 0.94% | - |
| XYZ | 53.28 | 50.9 | 16.25 | - |
| YUV | 185.98 | 72.71 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 88 | 0 | 0.26 | 0.63 | 0.06 | 35.76 | 0.83 | 0.64 |
| Hex | EF | B2 | 58 | 0 | 1A | 3F | 6 | 24 | 53 | 40 |
| Octal | 357 | 262 | 130 | 0 | 32 | 77 | 6 | 44 | 123 | 100 |
| Binary | 11101111 | 10110010 | 1011000 | 0 | 11010 | 111111 | 110 | 100100 | 1010011 | 1000000 |
Color Harmonies of #EFB258
Complementary color
Monochromatic Colors of #EFB258
Black with #EFB258
Text Example
Text Example
White with #EFB258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB258; }
p { color: rgb(239,178,88); }
H1.HeaderClassName
{
color: #EFB258;
}
.AnyTagClassName
{
color: #EFB258;
}
</style>
background-color css
<style>
a { background-color: #EFB258; }
a { background-color: rgb(239,178,88); }
div.DivClassName
{
background-color: #EFB258;
}
.BgClassName
{
background-color: #EFB258;
}
</style>
border-color css
<style>
span { border-color: #EFB258; }
span { border-color: rgb(239,178,88); }
td.TdClassName
{
border-color: #EFB258;
}
.TagClassName
{
border-color: #EFB258;
}
</style>