Shades of Casablanca #EFB14F
Tints of Casablanca #EFB14F
RGB
CMYK
RGB Variations
Color information
#EFB14F (or 0xEFB14F) is known color: Casablanca. HEX triplet: EF, B1 and 4F. RGB value is (239,177,79). Sum of RGB (Red+Green+Blue) = 239+177+79=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB14F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB14F is #104EB0. Grayscale: #B8B8B8. Windows color (decimal): -1068721 or 5222895. OLE color: 5222895.
HSL color Cylindrical-coordinate representation of color #EFB14F: hue angle of 36.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFB14F is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 79 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.06 |
| HSL | 36.75º | 0.83% | 0.62% | - |
| HSV(B) | 36.75º | 0.67% | 0.94% | - |
| XYZ | 52.73 | 50.36 | 14.34 | - |
| YUV | 184.37 | 68.54 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 79 | 0 | 0.26 | 0.67 | 0.06 | 36.75 | 0.83 | 0.62 |
| Hex | EF | B1 | 4F | 0 | 1A | 43 | 6 | 25 | 53 | 3E |
| Octal | 357 | 261 | 117 | 0 | 32 | 103 | 6 | 45 | 123 | 76 |
| Binary | 11101111 | 10110001 | 1001111 | 0 | 11010 | 1000011 | 110 | 100101 | 1010011 | 111110 |
Color Harmonies of #EFB14F
Complementary color
Monochromatic Colors of #EFB14F
Black with #EFB14F
Text Example
Text Example
White with #EFB14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB14F; }
p { color: rgb(239,177,79); }
H1.HeaderClassName
{
color: #EFB14F;
}
.AnyTagClassName
{
color: #EFB14F;
}
</style>
background-color css
<style>
a { background-color: #EFB14F; }
a { background-color: rgb(239,177,79); }
div.DivClassName
{
background-color: #EFB14F;
}
.BgClassName
{
background-color: #EFB14F;
}
</style>
border-color css
<style>
span { border-color: #EFB14F; }
span { border-color: rgb(239,177,79); }
td.TdClassName
{
border-color: #EFB14F;
}
.TagClassName
{
border-color: #EFB14F;
}
</style>