Shades of Valencia #E9504F
Tints of Valencia #E9504F
RGB
CMYK
RGB Variations
Color information
#E9504F (or 0xE9504F) is known color: Valencia. HEX triplet: E9, 50 and 4F. RGB value is (233,80,79). Sum of RGB (Red+Green+Blue) = 233+80+79=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E9504F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9504F is #16AFB0. Grayscale: #7D7D7D. Windows color (decimal): -1486769 or 5198057. OLE color: 5198057.
HSL color Cylindrical-coordinate representation of color #E9504F: hue angle of 0.39º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E9504F is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 79 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.09 |
| HSL | 0.39º | 0.78% | 0.61% | - |
| HSV(B) | 0.39º | 0.66% | 0.91% | - |
| XYZ | 37.88 | 23.63 | 9.96 | - |
| YUV | 125.63 | 101.69 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 79 | 0 | 0.66 | 0.66 | 0.09 | 0.39 | 0.78 | 0.61 |
| Hex | E9 | 50 | 4F | 0 | 42 | 42 | 9 | 0 | 4E | 3D |
| Octal | 351 | 120 | 117 | 0 | 102 | 102 | 11 | 0 | 116 | 75 |
| Binary | 11101001 | 1010000 | 1001111 | 0 | 1000010 | 1000010 | 1001 | 0 | 1001110 | 111101 |
Color Harmonies of #E9504F
Complementary color
Monochromatic Colors of #E9504F
Black with #E9504F
Text Example
Text Example
White with #E9504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9504F; }
p { color: rgb(233,80,79); }
H1.HeaderClassName
{
color: #E9504F;
}
.AnyTagClassName
{
color: #E9504F;
}
</style>
background-color css
<style>
a { background-color: #E9504F; }
a { background-color: rgb(233,80,79); }
div.DivClassName
{
background-color: #E9504F;
}
.BgClassName
{
background-color: #E9504F;
}
</style>
border-color css
<style>
span { border-color: #E9504F; }
span { border-color: rgb(233,80,79); }
td.TdClassName
{
border-color: #E9504F;
}
.TagClassName
{
border-color: #E9504F;
}
</style>