Shades of Casablanca #EFB35D
Tints of Casablanca #EFB35D
RGB
CMYK
RGB Variations
Color information
#EFB35D (or 0xEFB35D) is known color: Casablanca. HEX triplet: EF, B3 and 5D. RGB value is (239,179,93). Sum of RGB (Red+Green+Blue) = 239+179+93=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB35D is #104CA2. Grayscale: #BBBBBB. Windows color (decimal): -1068195 or 6140911. OLE color: 6140911.
HSL color Cylindrical-coordinate representation of color #EFB35D: hue angle of 35.34º 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 #EFB35D is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 93 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.06 |
| HSL | 35.34º | 0.82% | 0.65% | - |
| HSV(B) | 35.34º | 0.61% | 0.94% | - |
| XYZ | 53.69 | 51.38 | 17.44 | - |
| YUV | 187.14 | 74.88 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 93 | 0 | 0.25 | 0.61 | 0.06 | 35.34 | 0.82 | 0.65 |
| Hex | EF | B3 | 5D | 0 | 19 | 3D | 6 | 23 | 52 | 41 |
| Octal | 357 | 263 | 135 | 0 | 31 | 75 | 6 | 43 | 122 | 101 |
| Binary | 11101111 | 10110011 | 1011101 | 0 | 11001 | 111101 | 110 | 100011 | 1010010 | 1000001 |
Color Harmonies of #EFB35D
Complementary color
Monochromatic Colors of #EFB35D
Black with #EFB35D
Text Example
Text Example
White with #EFB35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB35D; }
p { color: rgb(239,179,93); }
H1.HeaderClassName
{
color: #EFB35D;
}
.AnyTagClassName
{
color: #EFB35D;
}
</style>
background-color css
<style>
a { background-color: #EFB35D; }
a { background-color: rgb(239,179,93); }
div.DivClassName
{
background-color: #EFB35D;
}
.BgClassName
{
background-color: #EFB35D;
}
</style>
border-color css
<style>
span { border-color: #EFB35D; }
span { border-color: rgb(239,179,93); }
td.TdClassName
{
border-color: #EFB35D;
}
.TagClassName
{
border-color: #EFB35D;
}
</style>