Shades of Casablanca #EFB85D
Tints of Casablanca #EFB85D
RGB
CMYK
RGB Variations
Color information
#EFB85D (or 0xEFB85D) is known color: Casablanca. HEX triplet: EF, B8 and 5D. RGB value is (239,184,93). Sum of RGB (Red+Green+Blue) = 239+184+93=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB85D is #1047A2. Grayscale: #BEBEBE. Windows color (decimal): -1066915 or 6142191. OLE color: 6142191.
HSL color Cylindrical-coordinate representation of color #EFB85D: hue angle of 37.4º 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 #EFB85D is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 93 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.06 |
| HSL | 37.4º | 0.82% | 0.65% | - |
| HSV(B) | 37.4º | 0.61% | 0.94% | - |
| XYZ | 54.71 | 53.42 | 17.78 | - |
| YUV | 190.07 | 73.22 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 93 | 0 | 0.23 | 0.61 | 0.06 | 37.4 | 0.82 | 0.65 |
| Hex | EF | B8 | 5D | 0 | 17 | 3D | 6 | 25 | 52 | 41 |
| Octal | 357 | 270 | 135 | 0 | 27 | 75 | 6 | 45 | 122 | 101 |
| Binary | 11101111 | 10111000 | 1011101 | 0 | 10111 | 111101 | 110 | 100101 | 1010010 | 1000001 |
Color Harmonies of #EFB85D
Complementary color
Monochromatic Colors of #EFB85D
Black with #EFB85D
Text Example
Text Example
White with #EFB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB85D; }
p { color: rgb(239,184,93); }
H1.HeaderClassName
{
color: #EFB85D;
}
.AnyTagClassName
{
color: #EFB85D;
}
</style>
background-color css
<style>
a { background-color: #EFB85D; }
a { background-color: rgb(239,184,93); }
div.DivClassName
{
background-color: #EFB85D;
}
.BgClassName
{
background-color: #EFB85D;
}
</style>
border-color css
<style>
span { border-color: #EFB85D; }
span { border-color: rgb(239,184,93); }
td.TdClassName
{
border-color: #EFB85D;
}
.TagClassName
{
border-color: #EFB85D;
}
</style>