Shades of Casablanca #EFB85A
Tints of Casablanca #EFB85A
RGB
CMYK
RGB Variations
Color information
#EFB85A (or 0xEFB85A) is known color: Casablanca. HEX triplet: EF, B8 and 5A. RGB value is (239,184,90). Sum of RGB (Red+Green+Blue) = 239+184+90=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB85A is #1047A5. Grayscale: #BEBEBE. Windows color (decimal): -1066918 or 5945583. OLE color: 5945583.
HSL color Cylindrical-coordinate representation of color #EFB85A: hue angle of 37.85º 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 #EFB85A is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 90 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.06 |
| HSL | 37.85º | 0.82% | 0.65% | - |
| HSV(B) | 37.85º | 0.62% | 0.94% | - |
| XYZ | 54.58 | 53.37 | 17.1 | - |
| YUV | 189.73 | 71.72 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 90 | 0 | 0.23 | 0.62 | 0.06 | 37.85 | 0.82 | 0.65 |
| Hex | EF | B8 | 5A | 0 | 17 | 3E | 6 | 26 | 52 | 41 |
| Octal | 357 | 270 | 132 | 0 | 27 | 76 | 6 | 46 | 122 | 101 |
| Binary | 11101111 | 10111000 | 1011010 | 0 | 10111 | 111110 | 110 | 100110 | 1010010 | 1000001 |
Color Harmonies of #EFB85A
Complementary color
Monochromatic Colors of #EFB85A
Black with #EFB85A
Text Example
Text Example
White with #EFB85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB85A; }
p { color: rgb(239,184,90); }
H1.HeaderClassName
{
color: #EFB85A;
}
.AnyTagClassName
{
color: #EFB85A;
}
</style>
background-color css
<style>
a { background-color: #EFB85A; }
a { background-color: rgb(239,184,90); }
div.DivClassName
{
background-color: #EFB85A;
}
.BgClassName
{
background-color: #EFB85A;
}
</style>
border-color css
<style>
span { border-color: #EFB85A; }
span { border-color: rgb(239,184,90); }
td.TdClassName
{
border-color: #EFB85A;
}
.TagClassName
{
border-color: #EFB85A;
}
</style>