Shades of Casablanca #EFB75D
Tints of Casablanca #EFB75D
RGB
CMYK
RGB Variations
Color information
#EFB75D (or 0xEFB75D) is known color: Casablanca. HEX triplet: EF, B7 and 5D. RGB value is (239,183,93). Sum of RGB (Red+Green+Blue) = 239+183+93=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB75D is #1048A2. Grayscale: #BDBDBD. Windows color (decimal): -1067171 or 6141935. OLE color: 6141935.
HSL color Cylindrical-coordinate representation of color #EFB75D: hue angle of 36.99º 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 #EFB75D is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 93 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.06 |
| HSL | 36.99º | 0.82% | 0.65% | - |
| HSV(B) | 36.99º | 0.61% | 0.94% | - |
| XYZ | 54.51 | 53.01 | 17.71 | - |
| YUV | 189.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 93 | 0 | 0.23 | 0.61 | 0.06 | 36.99 | 0.82 | 0.65 |
| Hex | EF | B7 | 5D | 0 | 17 | 3D | 6 | 25 | 52 | 41 |
| Octal | 357 | 267 | 135 | 0 | 27 | 75 | 6 | 45 | 122 | 101 |
| Binary | 11101111 | 10110111 | 1011101 | 0 | 10111 | 111101 | 110 | 100101 | 1010010 | 1000001 |
Color Harmonies of #EFB75D
Complementary color
Monochromatic Colors of #EFB75D
Black with #EFB75D
Text Example
Text Example
White with #EFB75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB75D; }
p { color: rgb(239,183,93); }
H1.HeaderClassName
{
color: #EFB75D;
}
.AnyTagClassName
{
color: #EFB75D;
}
</style>
background-color css
<style>
a { background-color: #EFB75D; }
a { background-color: rgb(239,183,93); }
div.DivClassName
{
background-color: #EFB75D;
}
.BgClassName
{
background-color: #EFB75D;
}
</style>
border-color css
<style>
span { border-color: #EFB75D; }
span { border-color: rgb(239,183,93); }
td.TdClassName
{
border-color: #EFB75D;
}
.TagClassName
{
border-color: #EFB75D;
}
</style>