Shades of Crusta #EE7D4D
Tints of Crusta #EE7D4D
RGB
CMYK
RGB Variations
Color information
#EE7D4D (or 0xEE7D4D) is known color: Crusta. HEX triplet: EE, 7D and 4D. RGB value is (238,125,77). Sum of RGB (Red+Green+Blue) = 238+125+77=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7D4D is #1182B2. Grayscale: #999999. Windows color (decimal): -1147571 or 5078510. OLE color: 5078510.
HSL color Cylindrical-coordinate representation of color #EE7D4D: hue angle of 17.89º 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 #EE7D4D is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 125 | 77 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.07 |
| HSL | 17.89º | 0.83% | 0.62% | - |
| HSV(B) | 17.89º | 0.68% | 0.93% | - |
| XYZ | 43.93 | 33.38 | 11.15 | - |
| YUV | 153.32 | 84.94 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 125 | 77 | 0 | 0.47 | 0.68 | 0.07 | 17.89 | 0.83 | 0.62 |
| Hex | EE | 7D | 4D | 0 | 2F | 44 | 7 | 12 | 53 | 3E |
| Octal | 356 | 175 | 115 | 0 | 57 | 104 | 7 | 22 | 123 | 76 |
| Binary | 11101110 | 1111101 | 1001101 | 0 | 101111 | 1000100 | 111 | 10010 | 1010011 | 111110 |
Color Harmonies of #EE7D4D
Complementary color
Monochromatic Colors of #EE7D4D
Black with #EE7D4D
Text Example
Text Example
White with #EE7D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7D4D; }
p { color: rgb(238,125,77); }
H1.HeaderClassName
{
color: #EE7D4D;
}
.AnyTagClassName
{
color: #EE7D4D;
}
</style>
background-color css
<style>
a { background-color: #EE7D4D; }
a { background-color: rgb(238,125,77); }
div.DivClassName
{
background-color: #EE7D4D;
}
.BgClassName
{
background-color: #EE7D4D;
}
</style>
border-color css
<style>
span { border-color: #EE7D4D; }
span { border-color: rgb(238,125,77); }
td.TdClassName
{
border-color: #EE7D4D;
}
.TagClassName
{
border-color: #EE7D4D;
}
</style>