Shades of Casablanca #EFB05D
Tints of Casablanca #EFB05D
RGB
CMYK
RGB Variations
Color information
#EFB05D (or 0xEFB05D) is known color: Casablanca. HEX triplet: EF, B0 and 5D. RGB value is (239,176,93). Sum of RGB (Red+Green+Blue) = 239+176+93=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB05D is #104FA2. Grayscale: #B9B9B9. Windows color (decimal): -1068963 or 6140143. OLE color: 6140143.
HSL color Cylindrical-coordinate representation of color #EFB05D: hue angle of 34.11º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFB05D is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 93 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.06 |
| HSL | 34.11º | 0.82% | 0.65% | - |
| HSV(B) | 34.11º | 0.61% | 0.94% | - |
| XYZ | 53.1 | 50.19 | 17.25 | - |
| YUV | 185.38 | 75.87 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 93 | 0 | 0.26 | 0.61 | 0.06 | 34.11 | 0.82 | 0.65 |
| Hex | EF | B0 | 5D | 0 | 1A | 3D | 6 | 22 | 52 | 41 |
| Octal | 357 | 260 | 135 | 0 | 32 | 75 | 6 | 42 | 122 | 101 |
| Binary | 11101111 | 10110000 | 1011101 | 0 | 11010 | 111101 | 110 | 100010 | 1010010 | 1000001 |
Color Harmonies of #EFB05D
Complementary color
Monochromatic Colors of #EFB05D
Black with #EFB05D
Text Example
Text Example
White with #EFB05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB05D; }
p { color: rgb(239,176,93); }
H1.HeaderClassName
{
color: #EFB05D;
}
.AnyTagClassName
{
color: #EFB05D;
}
</style>
background-color css
<style>
a { background-color: #EFB05D; }
a { background-color: rgb(239,176,93); }
div.DivClassName
{
background-color: #EFB05D;
}
.BgClassName
{
background-color: #EFB05D;
}
</style>
border-color css
<style>
span { border-color: #EFB05D; }
span { border-color: rgb(239,176,93); }
td.TdClassName
{
border-color: #EFB05D;
}
.TagClassName
{
border-color: #EFB05D;
}
</style>