Shades of Casablanca #EFB15C
Tints of Casablanca #EFB15C
RGB
CMYK
RGB Variations
Color information
#EFB15C (or 0xEFB15C) is known color: Casablanca. HEX triplet: EF, B1 and 5C. RGB value is (239,177,92). Sum of RGB (Red+Green+Blue) = 239+177+92=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB15C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB15C is #104EA3. Grayscale: #BABABA. Windows color (decimal): -1068708 or 6074863. OLE color: 6074863.
HSL color Cylindrical-coordinate representation of color #EFB15C: hue angle of 34.69º 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 #EFB15C is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 92 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.06 |
| HSL | 34.69º | 0.82% | 0.65% | - |
| HSV(B) | 34.69º | 0.62% | 0.94% | - |
| XYZ | 53.25 | 50.57 | 17.08 | - |
| YUV | 185.85 | 75.04 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 92 | 0 | 0.26 | 0.62 | 0.06 | 34.69 | 0.82 | 0.65 |
| Hex | EF | B1 | 5C | 0 | 1A | 3E | 6 | 23 | 52 | 41 |
| Octal | 357 | 261 | 134 | 0 | 32 | 76 | 6 | 43 | 122 | 101 |
| Binary | 11101111 | 10110001 | 1011100 | 0 | 11010 | 111110 | 110 | 100011 | 1010010 | 1000001 |
Color Harmonies of #EFB15C
Complementary color
Monochromatic Colors of #EFB15C
Black with #EFB15C
Text Example
Text Example
White with #EFB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB15C; }
p { color: rgb(239,177,92); }
H1.HeaderClassName
{
color: #EFB15C;
}
.AnyTagClassName
{
color: #EFB15C;
}
</style>
background-color css
<style>
a { background-color: #EFB15C; }
a { background-color: rgb(239,177,92); }
div.DivClassName
{
background-color: #EFB15C;
}
.BgClassName
{
background-color: #EFB15C;
}
</style>
border-color css
<style>
span { border-color: #EFB15C; }
span { border-color: rgb(239,177,92); }
td.TdClassName
{
border-color: #EFB15C;
}
.TagClassName
{
border-color: #EFB15C;
}
</style>