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