Shades of Casablanca #EFB95C
Tints of Casablanca #EFB95C
RGB
CMYK
RGB Variations
Color information
#EFB95C (or 0xEFB95C) is known color: Casablanca. HEX triplet: EF, B9 and 5C. RGB value is (239,185,92). Sum of RGB (Red+Green+Blue) = 239+185+92=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB95C is #1046A3. Grayscale: #BEBEBE. Windows color (decimal): -1066660 or 6076911. OLE color: 6076911.
HSL color Cylindrical-coordinate representation of color #EFB95C: hue angle of 37.96º 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 #EFB95C is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 92 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.06 |
| HSL | 37.96º | 0.82% | 0.65% | - |
| HSV(B) | 37.96º | 0.62% | 0.94% | - |
| XYZ | 54.88 | 53.82 | 17.62 | - |
| YUV | 190.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 92 | 0 | 0.23 | 0.62 | 0.06 | 37.96 | 0.82 | 0.65 |
| Hex | EF | B9 | 5C | 0 | 17 | 3E | 6 | 26 | 52 | 41 |
| Octal | 357 | 271 | 134 | 0 | 27 | 76 | 6 | 46 | 122 | 101 |
| Binary | 11101111 | 10111001 | 1011100 | 0 | 10111 | 111110 | 110 | 100110 | 1010010 | 1000001 |
Color Harmonies of #EFB95C
Complementary color
Monochromatic Colors of #EFB95C
Black with #EFB95C
Text Example
Text Example
White with #EFB95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB95C; }
p { color: rgb(239,185,92); }
H1.HeaderClassName
{
color: #EFB95C;
}
.AnyTagClassName
{
color: #EFB95C;
}
</style>
background-color css
<style>
a { background-color: #EFB95C; }
a { background-color: rgb(239,185,92); }
div.DivClassName
{
background-color: #EFB95C;
}
.BgClassName
{
background-color: #EFB95C;
}
</style>
border-color css
<style>
span { border-color: #EFB95C; }
span { border-color: rgb(239,185,92); }
td.TdClassName
{
border-color: #EFB95C;
}
.TagClassName
{
border-color: #EFB95C;
}
</style>