Shades of Casablanca #EFB652
Tints of Casablanca #EFB652
RGB
CMYK
RGB Variations
Color information
#EFB652 (or 0xEFB652) is known color: Casablanca. HEX triplet: EF, B6 and 52. RGB value is (239,182,82). Sum of RGB (Red+Green+Blue) = 239+182+82=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB652 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB652 is #1049AD. Grayscale: #BCBCBC. Windows color (decimal): -1067438 or 5420783. OLE color: 5420783.
HSL color Cylindrical-coordinate representation of color #EFB652: hue angle of 38.22º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFB652 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 82 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.06 |
| HSL | 38.22º | 0.83% | 0.63% | - |
| HSV(B) | 38.22º | 0.66% | 0.94% | - |
| XYZ | 53.85 | 52.42 | 15.26 | - |
| YUV | 187.64 | 68.38 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 82 | 0 | 0.24 | 0.66 | 0.06 | 38.22 | 0.83 | 0.63 |
| Hex | EF | B6 | 52 | 0 | 18 | 42 | 6 | 26 | 53 | 3F |
| Octal | 357 | 266 | 122 | 0 | 30 | 102 | 6 | 46 | 123 | 77 |
| Binary | 11101111 | 10110110 | 1010010 | 0 | 11000 | 1000010 | 110 | 100110 | 1010011 | 111111 |
Color Harmonies of #EFB652
Complementary color
Monochromatic Colors of #EFB652
Black with #EFB652
Text Example
Text Example
White with #EFB652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB652; }
p { color: rgb(239,182,82); }
H1.HeaderClassName
{
color: #EFB652;
}
.AnyTagClassName
{
color: #EFB652;
}
</style>
background-color css
<style>
a { background-color: #EFB652; }
a { background-color: rgb(239,182,82); }
div.DivClassName
{
background-color: #EFB652;
}
.BgClassName
{
background-color: #EFB652;
}
</style>
border-color css
<style>
span { border-color: #EFB652; }
span { border-color: rgb(239,182,82); }
td.TdClassName
{
border-color: #EFB652;
}
.TagClassName
{
border-color: #EFB652;
}
</style>