Shades of Casablanca #EFB75A
Tints of Casablanca #EFB75A
RGB
CMYK
RGB Variations
Color information
#EFB75A (or 0xEFB75A) is known color: Casablanca. HEX triplet: EF, B7 and 5A. RGB value is (239,183,90). Sum of RGB (Red+Green+Blue) = 239+183+90=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB75A is #1048A5. Grayscale: #BDBDBD. Windows color (decimal): -1067174 or 5945327. OLE color: 5945327.
HSL color Cylindrical-coordinate representation of color #EFB75A: hue angle of 37.45º 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 #EFB75A is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 90 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.06 |
| HSL | 37.45º | 0.82% | 0.65% | - |
| HSV(B) | 37.45º | 0.62% | 0.94% | - |
| XYZ | 54.38 | 52.96 | 17.03 | - |
| YUV | 189.14 | 72.05 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 90 | 0 | 0.23 | 0.62 | 0.06 | 37.45 | 0.82 | 0.65 |
| Hex | EF | B7 | 5A | 0 | 17 | 3E | 6 | 25 | 52 | 41 |
| Octal | 357 | 267 | 132 | 0 | 27 | 76 | 6 | 45 | 122 | 101 |
| Binary | 11101111 | 10110111 | 1011010 | 0 | 10111 | 111110 | 110 | 100101 | 1010010 | 1000001 |
Color Harmonies of #EFB75A
Complementary color
Monochromatic Colors of #EFB75A
Black with #EFB75A
Text Example
Text Example
White with #EFB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB75A; }
p { color: rgb(239,183,90); }
H1.HeaderClassName
{
color: #EFB75A;
}
.AnyTagClassName
{
color: #EFB75A;
}
</style>
background-color css
<style>
a { background-color: #EFB75A; }
a { background-color: rgb(239,183,90); }
div.DivClassName
{
background-color: #EFB75A;
}
.BgClassName
{
background-color: #EFB75A;
}
</style>
border-color css
<style>
span { border-color: #EFB75A; }
span { border-color: rgb(239,183,90); }
td.TdClassName
{
border-color: #EFB75A;
}
.TagClassName
{
border-color: #EFB75A;
}
</style>