Shades of Casablanca #EFB34F
Tints of Casablanca #EFB34F
RGB
CMYK
RGB Variations
Color information
#EFB34F (or 0xEFB34F) is known color: Casablanca. HEX triplet: EF, B3 and 4F. RGB value is (239,179,79). Sum of RGB (Red+Green+Blue) = 239+179+79=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB34F is #104CB0. Grayscale: #BABABA. Windows color (decimal): -1068209 or 5223407. OLE color: 5223407.
HSL color Cylindrical-coordinate representation of color #EFB34F: hue angle of 37.5º 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 #EFB34F is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 79 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.06 |
| HSL | 37.5º | 0.83% | 0.62% | - |
| HSV(B) | 37.5º | 0.67% | 0.94% | - |
| XYZ | 53.13 | 51.16 | 14.47 | - |
| YUV | 185.54 | 67.88 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 79 | 0 | 0.25 | 0.67 | 0.06 | 37.5 | 0.83 | 0.62 |
| Hex | EF | B3 | 4F | 0 | 19 | 43 | 6 | 26 | 53 | 3E |
| Octal | 357 | 263 | 117 | 0 | 31 | 103 | 6 | 46 | 123 | 76 |
| Binary | 11101111 | 10110011 | 1001111 | 0 | 11001 | 1000011 | 110 | 100110 | 1010011 | 111110 |
Color Harmonies of #EFB34F
Complementary color
Monochromatic Colors of #EFB34F
Black with #EFB34F
Text Example
Text Example
White with #EFB34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB34F; }
p { color: rgb(239,179,79); }
H1.HeaderClassName
{
color: #EFB34F;
}
.AnyTagClassName
{
color: #EFB34F;
}
</style>
background-color css
<style>
a { background-color: #EFB34F; }
a { background-color: rgb(239,179,79); }
div.DivClassName
{
background-color: #EFB34F;
}
.BgClassName
{
background-color: #EFB34F;
}
</style>
border-color css
<style>
span { border-color: #EFB34F; }
span { border-color: rgb(239,179,79); }
td.TdClassName
{
border-color: #EFB34F;
}
.TagClassName
{
border-color: #EFB34F;
}
</style>