Shades of Crusta #EE7D4F
Tints of Crusta #EE7D4F
RGB
CMYK
RGB Variations
Color information
#EE7D4F (or 0xEE7D4F) is known color: Crusta. HEX triplet: EE, 7D and 4F. RGB value is (238,125,79). Sum of RGB (Red+Green+Blue) = 238+125+79=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7D4F is #1182B0. Grayscale: #999999. Windows color (decimal): -1147569 or 5209582. OLE color: 5209582.
HSL color Cylindrical-coordinate representation of color #EE7D4F: hue angle of 17.36º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE7D4F is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 125 | 79 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.07 |
| HSL | 17.36º | 0.82% | 0.62% | - |
| HSV(B) | 17.36º | 0.67% | 0.93% | - |
| XYZ | 44 | 33.41 | 11.53 | - |
| YUV | 153.54 | 85.94 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 125 | 79 | 0 | 0.47 | 0.67 | 0.07 | 17.36 | 0.82 | 0.62 |
| Hex | EE | 7D | 4F | 0 | 2F | 43 | 7 | 11 | 52 | 3E |
| Octal | 356 | 175 | 117 | 0 | 57 | 103 | 7 | 21 | 122 | 76 |
| Binary | 11101110 | 1111101 | 1001111 | 0 | 101111 | 1000011 | 111 | 10001 | 1010010 | 111110 |
Color Harmonies of #EE7D4F
Complementary color
Monochromatic Colors of #EE7D4F
Black with #EE7D4F
Text Example
Text Example
White with #EE7D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7D4F; }
p { color: rgb(238,125,79); }
H1.HeaderClassName
{
color: #EE7D4F;
}
.AnyTagClassName
{
color: #EE7D4F;
}
</style>
background-color css
<style>
a { background-color: #EE7D4F; }
a { background-color: rgb(238,125,79); }
div.DivClassName
{
background-color: #EE7D4F;
}
.BgClassName
{
background-color: #EE7D4F;
}
</style>
border-color css
<style>
span { border-color: #EE7D4F; }
span { border-color: rgb(238,125,79); }
td.TdClassName
{
border-color: #EE7D4F;
}
.TagClassName
{
border-color: #EE7D4F;
}
</style>