Shades of Crusta #EE8B5A
Tints of Crusta #EE8B5A
RGB
CMYK
RGB Variations
Color information
#EE8B5A (or 0xEE8B5A) is known color: Crusta. HEX triplet: EE, 8B and 5A. RGB value is (238,139,90). Sum of RGB (Red+Green+Blue) = 238+139+90=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8B5A is #1174A5. Grayscale: #A3A3A3. Windows color (decimal): -1143974 or 5934062. OLE color: 5934062.
HSL color Cylindrical-coordinate representation of color #EE8B5A: hue angle of 19.86º 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 #EE8B5A is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 90 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.07 |
| HSL | 19.86º | 0.81% | 0.64% | - |
| HSV(B) | 19.86º | 0.62% | 0.93% | - |
| XYZ | 46.34 | 37.38 | 14.45 | - |
| YUV | 163.02 | 86.8 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 90 | 0 | 0.42 | 0.62 | 0.07 | 19.86 | 0.81 | 0.64 |
| Hex | EE | 8B | 5A | 0 | 2A | 3E | 7 | 14 | 51 | 40 |
| Octal | 356 | 213 | 132 | 0 | 52 | 76 | 7 | 24 | 121 | 100 |
| Binary | 11101110 | 10001011 | 1011010 | 0 | 101010 | 111110 | 111 | 10100 | 1010001 | 1000000 |
Color Harmonies of #EE8B5A
Complementary color
Monochromatic Colors of #EE8B5A
Black with #EE8B5A
Text Example
Text Example
White with #EE8B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8B5A; }
p { color: rgb(238,139,90); }
H1.HeaderClassName
{
color: #EE8B5A;
}
.AnyTagClassName
{
color: #EE8B5A;
}
</style>
background-color css
<style>
a { background-color: #EE8B5A; }
a { background-color: rgb(238,139,90); }
div.DivClassName
{
background-color: #EE8B5A;
}
.BgClassName
{
background-color: #EE8B5A;
}
</style>
border-color css
<style>
span { border-color: #EE8B5A; }
span { border-color: rgb(238,139,90); }
td.TdClassName
{
border-color: #EE8B5A;
}
.TagClassName
{
border-color: #EE8B5A;
}
</style>