Shades of Crusta #EE814C
Tints of Crusta #EE814C
RGB
CMYK
RGB Variations
Color information
#EE814C (or 0xEE814C) is known color: Crusta. HEX triplet: EE, 81 and 4C. RGB value is (238,129,76). Sum of RGB (Red+Green+Blue) = 238+129+76=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE814C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE814C is #117EB3. Grayscale: #9B9B9B. Windows color (decimal): -1146548 or 5013998. OLE color: 5013998.
HSL color Cylindrical-coordinate representation of color #EE814C: hue angle of 19.63º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE814C is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 76 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.07 |
| HSL | 19.63º | 0.83% | 0.62% | - |
| HSV(B) | 19.63º | 0.68% | 0.93% | - |
| XYZ | 44.41 | 34.4 | 11.14 | - |
| YUV | 155.55 | 83.11 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 76 | 0 | 0.46 | 0.68 | 0.07 | 19.63 | 0.83 | 0.62 |
| Hex | EE | 81 | 4C | 0 | 2E | 44 | 7 | 14 | 53 | 3E |
| Octal | 356 | 201 | 114 | 0 | 56 | 104 | 7 | 24 | 123 | 76 |
| Binary | 11101110 | 10000001 | 1001100 | 0 | 101110 | 1000100 | 111 | 10100 | 1010011 | 111110 |
Color Harmonies of #EE814C
Complementary color
Monochromatic Colors of #EE814C
Black with #EE814C
Text Example
Text Example
White with #EE814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE814C; }
p { color: rgb(238,129,76); }
H1.HeaderClassName
{
color: #EE814C;
}
.AnyTagClassName
{
color: #EE814C;
}
</style>
background-color css
<style>
a { background-color: #EE814C; }
a { background-color: rgb(238,129,76); }
div.DivClassName
{
background-color: #EE814C;
}
.BgClassName
{
background-color: #EE814C;
}
</style>
border-color css
<style>
span { border-color: #EE814C; }
span { border-color: rgb(238,129,76); }
td.TdClassName
{
border-color: #EE814C;
}
.TagClassName
{
border-color: #EE814C;
}
</style>