Shades of Casablanca #EEB25C
Tints of Casablanca #EEB25C
RGB
CMYK
RGB Variations
Color information
#EEB25C (or 0xEEB25C) is known color: Casablanca. HEX triplet: EE, B2 and 5C. RGB value is (238,178,92). Sum of RGB (Red+Green+Blue) = 238+178+92=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB25C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB25C is #114DA3. Grayscale: #BABABA. Windows color (decimal): -1133988 or 6075118. OLE color: 6075118.
HSL color Cylindrical-coordinate representation of color #EEB25C: hue angle of 35.34º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEB25C is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 92 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.07 |
| HSL | 35.34º | 0.81% | 0.65% | - |
| HSV(B) | 35.34º | 0.61% | 0.93% | - |
| XYZ | 53.11 | 50.79 | 17.13 | - |
| YUV | 186.14 | 74.88 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 92 | 0 | 0.25 | 0.61 | 0.07 | 35.34 | 0.81 | 0.65 |
| Hex | EE | B2 | 5C | 0 | 19 | 3D | 7 | 23 | 51 | 41 |
| Octal | 356 | 262 | 134 | 0 | 31 | 75 | 7 | 43 | 121 | 101 |
| Binary | 11101110 | 10110010 | 1011100 | 0 | 11001 | 111101 | 111 | 100011 | 1010001 | 1000001 |
Color Harmonies of #EEB25C
Complementary color
Monochromatic Colors of #EEB25C
Black with #EEB25C
Text Example
Text Example
White with #EEB25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB25C; }
p { color: rgb(238,178,92); }
H1.HeaderClassName
{
color: #EEB25C;
}
.AnyTagClassName
{
color: #EEB25C;
}
</style>
background-color css
<style>
a { background-color: #EEB25C; }
a { background-color: rgb(238,178,92); }
div.DivClassName
{
background-color: #EEB25C;
}
.BgClassName
{
background-color: #EEB25C;
}
</style>
border-color css
<style>
span { border-color: #EEB25C; }
span { border-color: rgb(238,178,92); }
td.TdClassName
{
border-color: #EEB25C;
}
.TagClassName
{
border-color: #EEB25C;
}
</style>