Shades of Casablanca #EFB45D
Tints of Casablanca #EFB45D
RGB
CMYK
RGB Variations
Color information
#EFB45D (or 0xEFB45D) is known color: Casablanca. HEX triplet: EF, B4 and 5D. RGB value is (239,180,93). Sum of RGB (Red+Green+Blue) = 239+180+93=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB45D is #104BA2. Grayscale: #BCBCBC. Windows color (decimal): -1067939 or 6141167. OLE color: 6141167.
HSL color Cylindrical-coordinate representation of color #EFB45D: hue angle of 35.75º 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 #EFB45D is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 93 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.06 |
| HSL | 35.75º | 0.82% | 0.65% | - |
| HSV(B) | 35.75º | 0.61% | 0.94% | - |
| XYZ | 53.89 | 51.78 | 17.51 | - |
| YUV | 187.72 | 74.55 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 93 | 0 | 0.25 | 0.61 | 0.06 | 35.75 | 0.82 | 0.65 |
| Hex | EF | B4 | 5D | 0 | 19 | 3D | 6 | 24 | 52 | 41 |
| Octal | 357 | 264 | 135 | 0 | 31 | 75 | 6 | 44 | 122 | 101 |
| Binary | 11101111 | 10110100 | 1011101 | 0 | 11001 | 111101 | 110 | 100100 | 1010010 | 1000001 |
Color Harmonies of #EFB45D
Complementary color
Monochromatic Colors of #EFB45D
Black with #EFB45D
Text Example
Text Example
White with #EFB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB45D; }
p { color: rgb(239,180,93); }
H1.HeaderClassName
{
color: #EFB45D;
}
.AnyTagClassName
{
color: #EFB45D;
}
</style>
background-color css
<style>
a { background-color: #EFB45D; }
a { background-color: rgb(239,180,93); }
div.DivClassName
{
background-color: #EFB45D;
}
.BgClassName
{
background-color: #EFB45D;
}
</style>
border-color css
<style>
span { border-color: #EFB45D; }
span { border-color: rgb(239,180,93); }
td.TdClassName
{
border-color: #EFB45D;
}
.TagClassName
{
border-color: #EFB45D;
}
</style>