Shades of Casablanca #EFB058
Tints of Casablanca #EFB058
RGB
CMYK
RGB Variations
Color information
#EFB058 (or 0xEFB058) is known color: Casablanca. HEX triplet: EF, B0 and 58. RGB value is (239,176,88). Sum of RGB (Red+Green+Blue) = 239+176+88=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 88 (34.77% from 255 or 17.50% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB058 is #104FA7. Grayscale: #B9B9B9. Windows color (decimal): -1068968 or 5812463. OLE color: 5812463.
HSL color Cylindrical-coordinate representation of color #EFB058: hue angle of 34.97º 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 #EFB058 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 88 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.06 |
| HSL | 34.97º | 0.83% | 0.64% | - |
| HSV(B) | 34.97º | 0.63% | 0.94% | - |
| XYZ | 52.88 | 50.11 | 16.12 | - |
| YUV | 184.81 | 73.37 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 88 | 0 | 0.26 | 0.63 | 0.06 | 34.97 | 0.83 | 0.64 |
| Hex | EF | B0 | 58 | 0 | 1A | 3F | 6 | 23 | 53 | 40 |
| Octal | 357 | 260 | 130 | 0 | 32 | 77 | 6 | 43 | 123 | 100 |
| Binary | 11101111 | 10110000 | 1011000 | 0 | 11010 | 111111 | 110 | 100011 | 1010011 | 1000000 |
Color Harmonies of #EFB058
Complementary color
Monochromatic Colors of #EFB058
Black with #EFB058
Text Example
Text Example
White with #EFB058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB058; }
p { color: rgb(239,176,88); }
H1.HeaderClassName
{
color: #EFB058;
}
.AnyTagClassName
{
color: #EFB058;
}
</style>
background-color css
<style>
a { background-color: #EFB058; }
a { background-color: rgb(239,176,88); }
div.DivClassName
{
background-color: #EFB058;
}
.BgClassName
{
background-color: #EFB058;
}
</style>
border-color css
<style>
span { border-color: #EFB058; }
span { border-color: rgb(239,176,88); }
td.TdClassName
{
border-color: #EFB058;
}
.TagClassName
{
border-color: #EFB058;
}
</style>