Shades of Casablanca #EFB34E
Tints of Casablanca #EFB34E
RGB
CMYK
RGB Variations
Color information
#EFB34E (or 0xEFB34E) is known color: Casablanca. HEX triplet: EF, B3 and 4E. RGB value is (239,179,78). Sum of RGB (Red+Green+Blue) = 239+179+78=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB34E is #104CB1. Grayscale: #B9B9B9. Windows color (decimal): -1068210 or 5157871. OLE color: 5157871.
HSL color Cylindrical-coordinate representation of color #EFB34E: hue angle of 37.64º 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 #EFB34E is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 78 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.06 |
| HSL | 37.64º | 0.83% | 0.62% | - |
| HSV(B) | 37.64º | 0.67% | 0.94% | - |
| XYZ | 53.09 | 51.14 | 14.28 | - |
| YUV | 185.43 | 67.38 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 78 | 0 | 0.25 | 0.67 | 0.06 | 37.64 | 0.83 | 0.62 |
| Hex | EF | B3 | 4E | 0 | 19 | 43 | 6 | 26 | 53 | 3E |
| Octal | 357 | 263 | 116 | 0 | 31 | 103 | 6 | 46 | 123 | 76 |
| Binary | 11101111 | 10110011 | 1001110 | 0 | 11001 | 1000011 | 110 | 100110 | 1010011 | 111110 |
Color Harmonies of #EFB34E
Complementary color
Monochromatic Colors of #EFB34E
Black with #EFB34E
Text Example
Text Example
White with #EFB34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB34E; }
p { color: rgb(239,179,78); }
H1.HeaderClassName
{
color: #EFB34E;
}
.AnyTagClassName
{
color: #EFB34E;
}
</style>
background-color css
<style>
a { background-color: #EFB34E; }
a { background-color: rgb(239,179,78); }
div.DivClassName
{
background-color: #EFB34E;
}
.BgClassName
{
background-color: #EFB34E;
}
</style>
border-color css
<style>
span { border-color: #EFB34E; }
span { border-color: rgb(239,179,78); }
td.TdClassName
{
border-color: #EFB34E;
}
.TagClassName
{
border-color: #EFB34E;
}
</style>