Shades of Casablanca #EFB349
Tints of Casablanca #EFB349
RGB
CMYK
RGB Variations
Color information
#EFB349 (or 0xEFB349) is known color: Casablanca. HEX triplet: EF, B3 and 49. RGB value is (239,179,73). Sum of RGB (Red+Green+Blue) = 239+179+73=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB349 is #104CB6. Grayscale: #B9B9B9. Windows color (decimal): -1068215 or 4830191. OLE color: 4830191.
HSL color Cylindrical-coordinate representation of color #EFB349: hue angle of 38.31º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFB349 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 73 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.06 |
| HSL | 38.31º | 0.84% | 0.61% | - |
| HSV(B) | 38.31º | 0.69% | 0.94% | - |
| XYZ | 52.92 | 51.07 | 13.37 | - |
| YUV | 184.86 | 64.88 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 73 | 0 | 0.25 | 0.69 | 0.06 | 38.31 | 0.84 | 0.61 |
| Hex | EF | B3 | 49 | 0 | 19 | 45 | 6 | 26 | 54 | 3D |
| Octal | 357 | 263 | 111 | 0 | 31 | 105 | 6 | 46 | 124 | 75 |
| Binary | 11101111 | 10110011 | 1001001 | 0 | 11001 | 1000101 | 110 | 100110 | 1010100 | 111101 |
Color Harmonies of #EFB349
Complementary color
Monochromatic Colors of #EFB349
Black with #EFB349
Text Example
Text Example
White with #EFB349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB349; }
p { color: rgb(239,179,73); }
H1.HeaderClassName
{
color: #EFB349;
}
.AnyTagClassName
{
color: #EFB349;
}
</style>
background-color css
<style>
a { background-color: #EFB349; }
a { background-color: rgb(239,179,73); }
div.DivClassName
{
background-color: #EFB349;
}
.BgClassName
{
background-color: #EFB349;
}
</style>
border-color css
<style>
span { border-color: #EFB349; }
span { border-color: rgb(239,179,73); }
td.TdClassName
{
border-color: #EFB349;
}
.TagClassName
{
border-color: #EFB349;
}
</style>