Shades of Casablanca #EEA850
Tints of Casablanca #EEA850
RGB
CMYK
RGB Variations
Color information
#EEA850 (or 0xEEA850) is known color: Casablanca. HEX triplet: EE, A8 and 50. RGB value is (238,168,80). Sum of RGB (Red+Green+Blue) = 238+168+80=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA850 is #1157AF. Grayscale: #B3B3B3. Windows color (decimal): -1136560 or 5286126. OLE color: 5286126.
HSL color Cylindrical-coordinate representation of color #EEA850: hue angle of 33.42º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEA850 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 80 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.07 |
| HSL | 33.42º | 0.82% | 0.62% | - |
| HSV(B) | 33.42º | 0.66% | 0.93% | - |
| XYZ | 50.71 | 46.76 | 13.94 | - |
| YUV | 178.9 | 72.19 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 80 | 0 | 0.29 | 0.66 | 0.07 | 33.42 | 0.82 | 0.62 |
| Hex | EE | A8 | 50 | 0 | 1D | 42 | 7 | 21 | 52 | 3E |
| Octal | 356 | 250 | 120 | 0 | 35 | 102 | 7 | 41 | 122 | 76 |
| Binary | 11101110 | 10101000 | 1010000 | 0 | 11101 | 1000010 | 111 | 100001 | 1010010 | 111110 |
Color Harmonies of #EEA850
Complementary color
Monochromatic Colors of #EEA850
Black with #EEA850
Text Example
Text Example
White with #EEA850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA850; }
p { color: rgb(238,168,80); }
H1.HeaderClassName
{
color: #EEA850;
}
.AnyTagClassName
{
color: #EEA850;
}
</style>
background-color css
<style>
a { background-color: #EEA850; }
a { background-color: rgb(238,168,80); }
div.DivClassName
{
background-color: #EEA850;
}
.BgClassName
{
background-color: #EEA850;
}
</style>
border-color css
<style>
span { border-color: #EEA850; }
span { border-color: rgb(238,168,80); }
td.TdClassName
{
border-color: #EEA850;
}
.TagClassName
{
border-color: #EEA850;
}
</style>