Shades of Valencia #E9504A
Tints of Valencia #E9504A
RGB
CMYK
RGB Variations
Color information
#E9504A (or 0xE9504A) is known color: Valencia. HEX triplet: E9, 50 and 4A. RGB value is (233,80,74). Sum of RGB (Red+Green+Blue) = 233+80+74=387 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.21% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 233 - color contains mainly: red. Hex color #E9504A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9504A is #16AFB5. Grayscale: #7D7D7D. Windows color (decimal): -1486774 or 4870377. OLE color: 4870377.
HSL color Cylindrical-coordinate representation of color #E9504A: hue angle of 2.26º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9504A is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 74 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.09 |
| HSL | 2.26º | 0.78% | 0.6% | - |
| HSV(B) | 2.26º | 0.68% | 0.91% | - |
| XYZ | 37.71 | 23.56 | 9.04 | - |
| YUV | 125.06 | 99.19 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 74 | 0 | 0.66 | 0.68 | 0.09 | 2.26 | 0.78 | 0.6 |
| Hex | E9 | 50 | 4A | 0 | 42 | 44 | 9 | 2 | 4E | 3C |
| Octal | 351 | 120 | 112 | 0 | 102 | 104 | 11 | 2 | 116 | 74 |
| Binary | 11101001 | 1010000 | 1001010 | 0 | 1000010 | 1000100 | 1001 | 10 | 1001110 | 111100 |
Color Harmonies of #E9504A
Complementary color
Monochromatic Colors of #E9504A
Black with #E9504A
Text Example
Text Example
White with #E9504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9504A; }
p { color: rgb(233,80,74); }
H1.HeaderClassName
{
color: #E9504A;
}
.AnyTagClassName
{
color: #E9504A;
}
</style>
background-color css
<style>
a { background-color: #E9504A; }
a { background-color: rgb(233,80,74); }
div.DivClassName
{
background-color: #E9504A;
}
.BgClassName
{
background-color: #E9504A;
}
</style>
border-color css
<style>
span { border-color: #E9504A; }
span { border-color: rgb(233,80,74); }
td.TdClassName
{
border-color: #E9504A;
}
.TagClassName
{
border-color: #E9504A;
}
</style>