Shades of Crusta #EE895A
Tints of Crusta #EE895A
RGB
CMYK
RGB Variations
Color information
#EE895A (or 0xEE895A) is known color: Crusta. HEX triplet: EE, 89 and 5A. RGB value is (238,137,90). Sum of RGB (Red+Green+Blue) = 238+137+90=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE895A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE895A is #1176A5. Grayscale: #A2A2A2. Windows color (decimal): -1144486 or 5933550. OLE color: 5933550.
HSL color Cylindrical-coordinate representation of color #EE895A: hue angle of 19.05º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE895A is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 90 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.07 |
| HSL | 19.05º | 0.81% | 0.64% | - |
| HSV(B) | 19.05º | 0.62% | 0.93% | - |
| XYZ | 46.05 | 36.81 | 14.35 | - |
| YUV | 161.84 | 87.46 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 90 | 0 | 0.42 | 0.62 | 0.07 | 19.05 | 0.81 | 0.64 |
| Hex | EE | 89 | 5A | 0 | 2A | 3E | 7 | 13 | 51 | 40 |
| Octal | 356 | 211 | 132 | 0 | 52 | 76 | 7 | 23 | 121 | 100 |
| Binary | 11101110 | 10001001 | 1011010 | 0 | 101010 | 111110 | 111 | 10011 | 1010001 | 1000000 |
Color Harmonies of #EE895A
Complementary color
Monochromatic Colors of #EE895A
Black with #EE895A
Text Example
Text Example
White with #EE895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE895A; }
p { color: rgb(238,137,90); }
H1.HeaderClassName
{
color: #EE895A;
}
.AnyTagClassName
{
color: #EE895A;
}
</style>
background-color css
<style>
a { background-color: #EE895A; }
a { background-color: rgb(238,137,90); }
div.DivClassName
{
background-color: #EE895A;
}
.BgClassName
{
background-color: #EE895A;
}
</style>
border-color css
<style>
span { border-color: #EE895A; }
span { border-color: rgb(238,137,90); }
td.TdClassName
{
border-color: #EE895A;
}
.TagClassName
{
border-color: #EE895A;
}
</style>