Shades of Persimmon #EA4F1B
Tints of Persimmon #EA4F1B
RGB
CMYK
RGB Variations
Color information
#EA4F1B (or 0xEA4F1B) is known color: Persimmon. HEX triplet: EA, 4F and 1B. RGB value is (234,79,27). Sum of RGB (Red+Green+Blue) = 234+79+27=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4F1B is #15B0E4. Grayscale: #777777. Windows color (decimal): -1421541 or 1789930. OLE color: 1789930.
HSL color Cylindrical-coordinate representation of color #EA4F1B: hue angle of 15.07º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA4F1B is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 79 | 27 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.08 |
| HSL | 15.07º | 0.83% | 0.51% | - |
| HSV(B) | 15.07º | 0.88% | 0.92% | - |
| XYZ | 36.93 | 23.16 | 3.56 | - |
| YUV | 119.42 | 75.85 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 79 | 27 | 0 | 0.66 | 0.88 | 0.08 | 15.07 | 0.83 | 0.51 |
| Hex | EA | 4F | 1B | 0 | 42 | 58 | 8 | F | 53 | 33 |
| Octal | 352 | 117 | 33 | 0 | 102 | 130 | 10 | 17 | 123 | 63 |
| Binary | 11101010 | 1001111 | 11011 | 0 | 1000010 | 1011000 | 1000 | 1111 | 1010011 | 110011 |
Color Harmonies of #EA4F1B
Complementary color
Monochromatic Colors of #EA4F1B
Black with #EA4F1B
Text Example
Text Example
White with #EA4F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4F1B; }
p { color: rgb(234,79,27); }
H1.HeaderClassName
{
color: #EA4F1B;
}
.AnyTagClassName
{
color: #EA4F1B;
}
</style>
background-color css
<style>
a { background-color: #EA4F1B; }
a { background-color: rgb(234,79,27); }
div.DivClassName
{
background-color: #EA4F1B;
}
.BgClassName
{
background-color: #EA4F1B;
}
</style>
border-color css
<style>
span { border-color: #EA4F1B; }
span { border-color: rgb(234,79,27); }
td.TdClassName
{
border-color: #EA4F1B;
}
.TagClassName
{
border-color: #EA4F1B;
}
</style>