Shades of Casablanca #EEB34D
Tints of Casablanca #EEB34D
RGB
CMYK
RGB Variations
Color information
#EEB34D (or 0xEEB34D) is known color: Casablanca. HEX triplet: EE, B3 and 4D. RGB value is (238,179,77). Sum of RGB (Red+Green+Blue) = 238+179+77=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB34D is #114CB2. Grayscale: #B9B9B9. Windows color (decimal): -1133747 or 5092334. OLE color: 5092334.
HSL color Cylindrical-coordinate representation of color #EEB34D: hue angle of 38.01º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEB34D is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 77 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.07 |
| HSL | 38.01º | 0.83% | 0.62% | - |
| HSV(B) | 38.01º | 0.68% | 0.93% | - |
| XYZ | 52.72 | 50.95 | 14.08 | - |
| YUV | 185.01 | 67.05 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 77 | 0 | 0.25 | 0.68 | 0.07 | 38.01 | 0.83 | 0.62 |
| Hex | EE | B3 | 4D | 0 | 19 | 44 | 7 | 26 | 53 | 3E |
| Octal | 356 | 263 | 115 | 0 | 31 | 104 | 7 | 46 | 123 | 76 |
| Binary | 11101110 | 10110011 | 1001101 | 0 | 11001 | 1000100 | 111 | 100110 | 1010011 | 111110 |
Color Harmonies of #EEB34D
Complementary color
Monochromatic Colors of #EEB34D
Black with #EEB34D
Text Example
Text Example
White with #EEB34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB34D; }
p { color: rgb(238,179,77); }
H1.HeaderClassName
{
color: #EEB34D;
}
.AnyTagClassName
{
color: #EEB34D;
}
</style>
background-color css
<style>
a { background-color: #EEB34D; }
a { background-color: rgb(238,179,77); }
div.DivClassName
{
background-color: #EEB34D;
}
.BgClassName
{
background-color: #EEB34D;
}
</style>
border-color css
<style>
span { border-color: #EEB34D; }
span { border-color: rgb(238,179,77); }
td.TdClassName
{
border-color: #EEB34D;
}
.TagClassName
{
border-color: #EEB34D;
}
</style>