Shades of Casablanca #EFB65B
Tints of Casablanca #EFB65B
RGB
CMYK
RGB Variations
Color information
#EFB65B (or 0xEFB65B) is known color: Casablanca. HEX triplet: EF, B6 and 5B. RGB value is (239,182,91). Sum of RGB (Red+Green+Blue) = 239+182+91=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB65B is #1049A4. Grayscale: #BDBDBD. Windows color (decimal): -1067429 or 6010607. OLE color: 6010607.
HSL color Cylindrical-coordinate representation of color #EFB65B: hue angle of 36.89º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFB65B is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 91 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.06 |
| HSL | 36.89º | 0.82% | 0.65% | - |
| HSV(B) | 36.89º | 0.62% | 0.94% | - |
| XYZ | 54.21 | 52.56 | 17.19 | - |
| YUV | 188.67 | 72.88 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 91 | 0 | 0.24 | 0.62 | 0.06 | 36.89 | 0.82 | 0.65 |
| Hex | EF | B6 | 5B | 0 | 18 | 3E | 6 | 25 | 52 | 41 |
| Octal | 357 | 266 | 133 | 0 | 30 | 76 | 6 | 45 | 122 | 101 |
| Binary | 11101111 | 10110110 | 1011011 | 0 | 11000 | 111110 | 110 | 100101 | 1010010 | 1000001 |
Color Harmonies of #EFB65B
Complementary color
Monochromatic Colors of #EFB65B
Black with #EFB65B
Text Example
Text Example
White with #EFB65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB65B; }
p { color: rgb(239,182,91); }
H1.HeaderClassName
{
color: #EFB65B;
}
.AnyTagClassName
{
color: #EFB65B;
}
</style>
background-color css
<style>
a { background-color: #EFB65B; }
a { background-color: rgb(239,182,91); }
div.DivClassName
{
background-color: #EFB65B;
}
.BgClassName
{
background-color: #EFB65B;
}
</style>
border-color css
<style>
span { border-color: #EFB65B; }
span { border-color: rgb(239,182,91); }
td.TdClassName
{
border-color: #EFB65B;
}
.TagClassName
{
border-color: #EFB65B;
}
</style>