Shades of Casablanca #EFB54B
Tints of Casablanca #EFB54B
RGB
CMYK
RGB Variations
Color information
#EFB54B (or 0xEFB54B) is known color: Casablanca. HEX triplet: EF, B5 and 4B. RGB value is (239,181,75). Sum of RGB (Red+Green+Blue) = 239+181+75=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB54B is #104AB4. Grayscale: #BABABA. Windows color (decimal): -1067701 or 4961775. OLE color: 4961775.
HSL color Cylindrical-coordinate representation of color #EFB54B: hue angle of 38.78º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFB54B is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 75 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.06 |
| HSL | 38.78º | 0.84% | 0.62% | - |
| HSV(B) | 38.78º | 0.69% | 0.94% | - |
| XYZ | 53.39 | 51.91 | 13.86 | - |
| YUV | 186.26 | 65.22 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 75 | 0 | 0.24 | 0.69 | 0.06 | 38.78 | 0.84 | 0.62 |
| Hex | EF | B5 | 4B | 0 | 18 | 45 | 6 | 27 | 54 | 3E |
| Octal | 357 | 265 | 113 | 0 | 30 | 105 | 6 | 47 | 124 | 76 |
| Binary | 11101111 | 10110101 | 1001011 | 0 | 11000 | 1000101 | 110 | 100111 | 1010100 | 111110 |
Color Harmonies of #EFB54B
Complementary color
Monochromatic Colors of #EFB54B
Black with #EFB54B
Text Example
Text Example
White with #EFB54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB54B; }
p { color: rgb(239,181,75); }
H1.HeaderClassName
{
color: #EFB54B;
}
.AnyTagClassName
{
color: #EFB54B;
}
</style>
background-color css
<style>
a { background-color: #EFB54B; }
a { background-color: rgb(239,181,75); }
div.DivClassName
{
background-color: #EFB54B;
}
.BgClassName
{
background-color: #EFB54B;
}
</style>
border-color css
<style>
span { border-color: #EFB54B; }
span { border-color: rgb(239,181,75); }
td.TdClassName
{
border-color: #EFB54B;
}
.TagClassName
{
border-color: #EFB54B;
}
</style>