Shades of Casablanca #EFB146
Tints of Casablanca #EFB146
RGB
CMYK
RGB Variations
Color information
#EFB146 (or 0xEFB146) is known color: Casablanca. HEX triplet: EF, B1 and 46. RGB value is (239,177,70). Sum of RGB (Red+Green+Blue) = 239+177+70=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB146 is #104EB9. Grayscale: #B7B7B7. Windows color (decimal): -1068730 or 4633071. OLE color: 4633071.
HSL color Cylindrical-coordinate representation of color #EFB146: hue angle of 37.99º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFB146 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 70 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.06 |
| HSL | 37.99º | 0.84% | 0.61% | - |
| HSV(B) | 37.99º | 0.71% | 0.94% | - |
| XYZ | 52.42 | 50.24 | 12.73 | - |
| YUV | 183.34 | 64.04 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 70 | 0 | 0.26 | 0.71 | 0.06 | 37.99 | 0.84 | 0.61 |
| Hex | EF | B1 | 46 | 0 | 1A | 47 | 6 | 26 | 54 | 3D |
| Octal | 357 | 261 | 106 | 0 | 32 | 107 | 6 | 46 | 124 | 75 |
| Binary | 11101111 | 10110001 | 1000110 | 0 | 11010 | 1000111 | 110 | 100110 | 1010100 | 111101 |
Color Harmonies of #EFB146
Complementary color
Monochromatic Colors of #EFB146
Black with #EFB146
Text Example
Text Example
White with #EFB146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB146; }
p { color: rgb(239,177,70); }
H1.HeaderClassName
{
color: #EFB146;
}
.AnyTagClassName
{
color: #EFB146;
}
</style>
background-color css
<style>
a { background-color: #EFB146; }
a { background-color: rgb(239,177,70); }
div.DivClassName
{
background-color: #EFB146;
}
.BgClassName
{
background-color: #EFB146;
}
</style>
border-color css
<style>
span { border-color: #EFB146; }
span { border-color: rgb(239,177,70); }
td.TdClassName
{
border-color: #EFB146;
}
.TagClassName
{
border-color: #EFB146;
}
</style>