Shades of Crusta #EE804C
Tints of Crusta #EE804C
RGB
CMYK
RGB Variations
Color information
#EE804C (or 0xEE804C) is known color: Crusta. HEX triplet: EE, 80 and 4C. RGB value is (238,128,76). Sum of RGB (Red+Green+Blue) = 238+128+76=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE804C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE804C is #117FB3. Grayscale: #9B9B9B. Windows color (decimal): -1146804 or 5013742. OLE color: 5013742.
HSL color Cylindrical-coordinate representation of color #EE804C: hue angle of 19.26º 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 #EE804C is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 76 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.07 |
| HSL | 19.26º | 0.83% | 0.62% | - |
| HSV(B) | 19.26º | 0.68% | 0.93% | - |
| XYZ | 44.28 | 34.14 | 11.09 | - |
| YUV | 154.96 | 83.44 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 76 | 0 | 0.46 | 0.68 | 0.07 | 19.26 | 0.83 | 0.62 |
| Hex | EE | 80 | 4C | 0 | 2E | 44 | 7 | 13 | 53 | 3E |
| Octal | 356 | 200 | 114 | 0 | 56 | 104 | 7 | 23 | 123 | 76 |
| Binary | 11101110 | 10000000 | 1001100 | 0 | 101110 | 1000100 | 111 | 10011 | 1010011 | 111110 |
Color Harmonies of #EE804C
Complementary color
Monochromatic Colors of #EE804C
Black with #EE804C
Text Example
Text Example
White with #EE804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE804C; }
p { color: rgb(238,128,76); }
H1.HeaderClassName
{
color: #EE804C;
}
.AnyTagClassName
{
color: #EE804C;
}
</style>
background-color css
<style>
a { background-color: #EE804C; }
a { background-color: rgb(238,128,76); }
div.DivClassName
{
background-color: #EE804C;
}
.BgClassName
{
background-color: #EE804C;
}
</style>
border-color css
<style>
span { border-color: #EE804C; }
span { border-color: rgb(238,128,76); }
td.TdClassName
{
border-color: #EE804C;
}
.TagClassName
{
border-color: #EE804C;
}
</style>