Shades of Casablanca #EFB04F
Tints of Casablanca #EFB04F
RGB
CMYK
RGB Variations
Color information
#EFB04F (or 0xEFB04F) is known color: Casablanca. HEX triplet: EF, B0 and 4F. RGB value is (239,176,79). Sum of RGB (Red+Green+Blue) = 239+176+79=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB04F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB04F is #104FB0. Grayscale: #B8B8B8. Windows color (decimal): -1068977 or 5222639. OLE color: 5222639.
HSL color Cylindrical-coordinate representation of color #EFB04F: hue angle of 36.38º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFB04F is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 79 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.06 |
| HSL | 36.38º | 0.83% | 0.62% | - |
| HSV(B) | 36.38º | 0.67% | 0.94% | - |
| XYZ | 52.53 | 49.97 | 14.27 | - |
| YUV | 183.78 | 68.87 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 79 | 0 | 0.26 | 0.67 | 0.06 | 36.38 | 0.83 | 0.62 |
| Hex | EF | B0 | 4F | 0 | 1A | 43 | 6 | 24 | 53 | 3E |
| Octal | 357 | 260 | 117 | 0 | 32 | 103 | 6 | 44 | 123 | 76 |
| Binary | 11101111 | 10110000 | 1001111 | 0 | 11010 | 1000011 | 110 | 100100 | 1010011 | 111110 |
Color Harmonies of #EFB04F
Complementary color
Monochromatic Colors of #EFB04F
Black with #EFB04F
Text Example
Text Example
White with #EFB04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB04F; }
p { color: rgb(239,176,79); }
H1.HeaderClassName
{
color: #EFB04F;
}
.AnyTagClassName
{
color: #EFB04F;
}
</style>
background-color css
<style>
a { background-color: #EFB04F; }
a { background-color: rgb(239,176,79); }
div.DivClassName
{
background-color: #EFB04F;
}
.BgClassName
{
background-color: #EFB04F;
}
</style>
border-color css
<style>
span { border-color: #EFB04F; }
span { border-color: rgb(239,176,79); }
td.TdClassName
{
border-color: #EFB04F;
}
.TagClassName
{
border-color: #EFB04F;
}
</style>