Shades of Casablanca #EFB65E
Tints of Casablanca #EFB65E
RGB
CMYK
RGB Variations
Color information
#EFB65E (or 0xEFB65E) is known color: Casablanca. HEX triplet: EF, B6 and 5E. RGB value is (239,182,94). Sum of RGB (Red+Green+Blue) = 239+182+94=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB65E is #1049A1. Grayscale: #BDBDBD. Windows color (decimal): -1067426 or 6207215. OLE color: 6207215.
HSL color Cylindrical-coordinate representation of color #EFB65E: hue angle of 36.41º 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 #EFB65E is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 94 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.06 |
| HSL | 36.41º | 0.82% | 0.65% | - |
| HSV(B) | 36.41º | 0.61% | 0.94% | - |
| XYZ | 54.34 | 52.61 | 17.88 | - |
| YUV | 189.01 | 74.38 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 94 | 0 | 0.24 | 0.61 | 0.06 | 36.41 | 0.82 | 0.65 |
| Hex | EF | B6 | 5E | 0 | 18 | 3D | 6 | 24 | 52 | 41 |
| Octal | 357 | 266 | 136 | 0 | 30 | 75 | 6 | 44 | 122 | 101 |
| Binary | 11101111 | 10110110 | 1011110 | 0 | 11000 | 111101 | 110 | 100100 | 1010010 | 1000001 |
Color Harmonies of #EFB65E
Complementary color
Monochromatic Colors of #EFB65E
Black with #EFB65E
Text Example
Text Example
White with #EFB65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB65E; }
p { color: rgb(239,182,94); }
H1.HeaderClassName
{
color: #EFB65E;
}
.AnyTagClassName
{
color: #EFB65E;
}
</style>
background-color css
<style>
a { background-color: #EFB65E; }
a { background-color: rgb(239,182,94); }
div.DivClassName
{
background-color: #EFB65E;
}
.BgClassName
{
background-color: #EFB65E;
}
</style>
border-color css
<style>
span { border-color: #EFB65E; }
span { border-color: rgb(239,182,94); }
td.TdClassName
{
border-color: #EFB65E;
}
.TagClassName
{
border-color: #EFB65E;
}
</style>