Shades of Casablanca #EEB34F
Tints of Casablanca #EEB34F
RGB
CMYK
RGB Variations
Color information
#EEB34F (or 0xEEB34F) is known color: Casablanca. HEX triplet: EE, B3 and 4F. RGB value is (238,179,79). Sum of RGB (Red+Green+Blue) = 238+179+79=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 79 (31.25% from 255 or 15.93% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB34F is #114CB0. Grayscale: #B9B9B9. Windows color (decimal): -1133745 or 5223406. OLE color: 5223406.
HSL color Cylindrical-coordinate representation of color #EEB34F: hue angle of 37.74º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEB34F is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 79 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.07 |
| HSL | 37.74º | 0.82% | 0.62% | - |
| HSV(B) | 37.74º | 0.67% | 0.93% | - |
| XYZ | 52.79 | 50.98 | 14.46 | - |
| YUV | 185.24 | 68.05 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 79 | 0 | 0.25 | 0.67 | 0.07 | 37.74 | 0.82 | 0.62 |
| Hex | EE | B3 | 4F | 0 | 19 | 43 | 7 | 26 | 52 | 3E |
| Octal | 356 | 263 | 117 | 0 | 31 | 103 | 7 | 46 | 122 | 76 |
| Binary | 11101110 | 10110011 | 1001111 | 0 | 11001 | 1000011 | 111 | 100110 | 1010010 | 111110 |
Color Harmonies of #EEB34F
Complementary color
Monochromatic Colors of #EEB34F
Black with #EEB34F
Text Example
Text Example
White with #EEB34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB34F; }
p { color: rgb(238,179,79); }
H1.HeaderClassName
{
color: #EEB34F;
}
.AnyTagClassName
{
color: #EEB34F;
}
</style>
background-color css
<style>
a { background-color: #EEB34F; }
a { background-color: rgb(238,179,79); }
div.DivClassName
{
background-color: #EEB34F;
}
.BgClassName
{
background-color: #EEB34F;
}
</style>
border-color css
<style>
span { border-color: #EEB34F; }
span { border-color: rgb(238,179,79); }
td.TdClassName
{
border-color: #EEB34F;
}
.TagClassName
{
border-color: #EEB34F;
}
</style>