Shades of Valencia #E9504C
Tints of Valencia #E9504C
RGB
CMYK
RGB Variations
Color information
#E9504C (or 0xE9504C) is known color: Valencia. HEX triplet: E9, 50 and 4C. RGB value is (233,80,76). Sum of RGB (Red+Green+Blue) = 233+80+76=389 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.90% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 233 - color contains mainly: red. Hex color #E9504C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9504C is #16AFB3. Grayscale: #7D7D7D. Windows color (decimal): -1486772 or 5001449. OLE color: 5001449.
HSL color Cylindrical-coordinate representation of color #E9504C: hue angle of 1.53º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9504C is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 76 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.09 |
| HSL | 1.53º | 0.78% | 0.61% | - |
| HSV(B) | 1.53º | 0.67% | 0.91% | - |
| XYZ | 37.78 | 23.58 | 9.4 | - |
| YUV | 125.29 | 100.19 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 76 | 0 | 0.66 | 0.67 | 0.09 | 1.53 | 0.78 | 0.61 |
| Hex | E9 | 50 | 4C | 0 | 42 | 43 | 9 | 2 | 4E | 3D |
| Octal | 351 | 120 | 114 | 0 | 102 | 103 | 11 | 2 | 116 | 75 |
| Binary | 11101001 | 1010000 | 1001100 | 0 | 1000010 | 1000011 | 1001 | 10 | 1001110 | 111101 |
Color Harmonies of #E9504C
Complementary color
Monochromatic Colors of #E9504C
Black with #E9504C
Text Example
Text Example
White with #E9504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9504C; }
p { color: rgb(233,80,76); }
H1.HeaderClassName
{
color: #E9504C;
}
.AnyTagClassName
{
color: #E9504C;
}
</style>
background-color css
<style>
a { background-color: #E9504C; }
a { background-color: rgb(233,80,76); }
div.DivClassName
{
background-color: #E9504C;
}
.BgClassName
{
background-color: #E9504C;
}
</style>
border-color css
<style>
span { border-color: #E9504C; }
span { border-color: rgb(233,80,76); }
td.TdClassName
{
border-color: #E9504C;
}
.TagClassName
{
border-color: #E9504C;
}
</style>