Shades of Casablanca #EEB25D
Tints of Casablanca #EEB25D
RGB
CMYK
RGB Variations
Color information
#EEB25D (or 0xEEB25D) is known color: Casablanca. HEX triplet: EE, B2 and 5D. RGB value is (238,178,93). Sum of RGB (Red+Green+Blue) = 238+178+93=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB25D is #114DA2. Grayscale: #BABABA. Windows color (decimal): -1133987 or 6140654. OLE color: 6140654.
HSL color Cylindrical-coordinate representation of color #EEB25D: hue angle of 35.17º 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 #EEB25D is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 93 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.07 |
| HSL | 35.17º | 0.81% | 0.65% | - |
| HSV(B) | 35.17º | 0.61% | 0.93% | - |
| XYZ | 53.16 | 50.81 | 17.36 | - |
| YUV | 186.25 | 75.38 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 93 | 0 | 0.25 | 0.61 | 0.07 | 35.17 | 0.81 | 0.65 |
| Hex | EE | B2 | 5D | 0 | 19 | 3D | 7 | 23 | 51 | 41 |
| Octal | 356 | 262 | 135 | 0 | 31 | 75 | 7 | 43 | 121 | 101 |
| Binary | 11101110 | 10110010 | 1011101 | 0 | 11001 | 111101 | 111 | 100011 | 1010001 | 1000001 |
Color Harmonies of #EEB25D
Complementary color
Monochromatic Colors of #EEB25D
Black with #EEB25D
Text Example
Text Example
White with #EEB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB25D; }
p { color: rgb(238,178,93); }
H1.HeaderClassName
{
color: #EEB25D;
}
.AnyTagClassName
{
color: #EEB25D;
}
</style>
background-color css
<style>
a { background-color: #EEB25D; }
a { background-color: rgb(238,178,93); }
div.DivClassName
{
background-color: #EEB25D;
}
.BgClassName
{
background-color: #EEB25D;
}
</style>
border-color css
<style>
span { border-color: #EEB25D; }
span { border-color: rgb(238,178,93); }
td.TdClassName
{
border-color: #EEB25D;
}
.TagClassName
{
border-color: #EEB25D;
}
</style>