Shades of Casablanca #EFB05A
Tints of Casablanca #EFB05A
RGB
CMYK
RGB Variations
Color information
#EFB05A (or 0xEFB05A) is known color: Casablanca. HEX triplet: EF, B0 and 5A. RGB value is (239,176,90). Sum of RGB (Red+Green+Blue) = 239+176+90=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB05A is #104FA5. Grayscale: #B9B9B9. Windows color (decimal): -1068966 or 5943535. OLE color: 5943535.
HSL color Cylindrical-coordinate representation of color #EFB05A: hue angle of 34.63º 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 #EFB05A is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 90 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.06 |
| HSL | 34.63º | 0.82% | 0.65% | - |
| HSV(B) | 34.63º | 0.62% | 0.94% | - |
| XYZ | 52.97 | 50.14 | 16.56 | - |
| YUV | 185.03 | 74.37 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 90 | 0 | 0.26 | 0.62 | 0.06 | 34.63 | 0.82 | 0.65 |
| Hex | EF | B0 | 5A | 0 | 1A | 3E | 6 | 23 | 52 | 41 |
| Octal | 357 | 260 | 132 | 0 | 32 | 76 | 6 | 43 | 122 | 101 |
| Binary | 11101111 | 10110000 | 1011010 | 0 | 11010 | 111110 | 110 | 100011 | 1010010 | 1000001 |
Color Harmonies of #EFB05A
Complementary color
Monochromatic Colors of #EFB05A
Black with #EFB05A
Text Example
Text Example
White with #EFB05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB05A; }
p { color: rgb(239,176,90); }
H1.HeaderClassName
{
color: #EFB05A;
}
.AnyTagClassName
{
color: #EFB05A;
}
</style>
background-color css
<style>
a { background-color: #EFB05A; }
a { background-color: rgb(239,176,90); }
div.DivClassName
{
background-color: #EFB05A;
}
.BgClassName
{
background-color: #EFB05A;
}
</style>
border-color css
<style>
span { border-color: #EFB05A; }
span { border-color: rgb(239,176,90); }
td.TdClassName
{
border-color: #EFB05A;
}
.TagClassName
{
border-color: #EFB05A;
}
</style>