Shades of Casablanca #EFB05E
Tints of Casablanca #EFB05E
RGB
CMYK
RGB Variations
Color information
#EFB05E (or 0xEFB05E) is known color: Casablanca. HEX triplet: EF, B0 and 5E. RGB value is (239,176,94). Sum of RGB (Red+Green+Blue) = 239+176+94=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB05E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB05E is #104FA1. Grayscale: #B9B9B9. Windows color (decimal): -1068962 or 6205679. OLE color: 6205679.
HSL color Cylindrical-coordinate representation of color #EFB05E: hue angle of 33.93º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFB05E is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 94 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.06 |
| HSL | 33.93º | 0.82% | 0.65% | - |
| HSV(B) | 33.93º | 0.61% | 0.94% | - |
| XYZ | 53.14 | 50.21 | 17.48 | - |
| YUV | 185.49 | 76.37 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 94 | 0 | 0.26 | 0.61 | 0.06 | 33.93 | 0.82 | 0.65 |
| Hex | EF | B0 | 5E | 0 | 1A | 3D | 6 | 22 | 52 | 41 |
| Octal | 357 | 260 | 136 | 0 | 32 | 75 | 6 | 42 | 122 | 101 |
| Binary | 11101111 | 10110000 | 1011110 | 0 | 11010 | 111101 | 110 | 100010 | 1010010 | 1000001 |
Color Harmonies of #EFB05E
Complementary color
Monochromatic Colors of #EFB05E
Black with #EFB05E
Text Example
Text Example
White with #EFB05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB05E; }
p { color: rgb(239,176,94); }
H1.HeaderClassName
{
color: #EFB05E;
}
.AnyTagClassName
{
color: #EFB05E;
}
</style>
background-color css
<style>
a { background-color: #EFB05E; }
a { background-color: rgb(239,176,94); }
div.DivClassName
{
background-color: #EFB05E;
}
.BgClassName
{
background-color: #EFB05E;
}
</style>
border-color css
<style>
span { border-color: #EFB05E; }
span { border-color: rgb(239,176,94); }
td.TdClassName
{
border-color: #EFB05E;
}
.TagClassName
{
border-color: #EFB05E;
}
</style>