Shades of Casablanca #EFB05C
Tints of Casablanca #EFB05C
RGB
CMYK
RGB Variations
Color information
#EFB05C (or 0xEFB05C) is known color: Casablanca. HEX triplet: EF, B0 and 5C. RGB value is (239,176,92). Sum of RGB (Red+Green+Blue) = 239+176+92=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB05C is #104FA3. Grayscale: #B9B9B9. Windows color (decimal): -1068964 or 6074607. OLE color: 6074607.
HSL color Cylindrical-coordinate representation of color #EFB05C: hue angle of 34.29º 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 #EFB05C is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 92 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.06 |
| HSL | 34.29º | 0.82% | 0.65% | - |
| HSV(B) | 34.29º | 0.62% | 0.94% | - |
| XYZ | 53.05 | 50.17 | 17.01 | - |
| YUV | 185.26 | 75.37 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 92 | 0 | 0.26 | 0.62 | 0.06 | 34.29 | 0.82 | 0.65 |
| Hex | EF | B0 | 5C | 0 | 1A | 3E | 6 | 22 | 52 | 41 |
| Octal | 357 | 260 | 134 | 0 | 32 | 76 | 6 | 42 | 122 | 101 |
| Binary | 11101111 | 10110000 | 1011100 | 0 | 11010 | 111110 | 110 | 100010 | 1010010 | 1000001 |
Color Harmonies of #EFB05C
Complementary color
Monochromatic Colors of #EFB05C
Black with #EFB05C
Text Example
Text Example
White with #EFB05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB05C; }
p { color: rgb(239,176,92); }
H1.HeaderClassName
{
color: #EFB05C;
}
.AnyTagClassName
{
color: #EFB05C;
}
</style>
background-color css
<style>
a { background-color: #EFB05C; }
a { background-color: rgb(239,176,92); }
div.DivClassName
{
background-color: #EFB05C;
}
.BgClassName
{
background-color: #EFB05C;
}
</style>
border-color css
<style>
span { border-color: #EFB05C; }
span { border-color: rgb(239,176,92); }
td.TdClassName
{
border-color: #EFB05C;
}
.TagClassName
{
border-color: #EFB05C;
}
</style>