#EA5413

Color #EA5413 Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #EA5413

Tints of Persimmon #EA5413

Color information

#EA5413 (or 0xEA5413) is unknown color: approx Persimmon. HEX triplet: EA, 54 and 13. RGB value is (234,84,19). Sum of RGB (Red+Green+Blue) = 234+84+19=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5413 is #15ABEC. Grayscale: #797979. Windows color (decimal): -1420269 or 1266922. OLE color: 1266922.

HSL color Cylindrical-coordinate representation of color #EA5413: hue angle of 18.14º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA5413 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB2348419-
CMYK00.640.920.08
HSL18.14º84.98%49.61%-
HSV(B)18.14º91.88%91.76%-
XYZ37.2223.883.26-
YUV121.4470.19208.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 69.44%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 19 (7.81% from 255) = 5.64%
R=69.44%
G=24.93%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234841900.640.920.0818.1484.9849.61
HexEA54130405C8125532
Octal352124230100134102212562
Binary111010101010100100110100000010111001000100101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5413; }

 p { color: rgb(234,84,19); }

 H1.HeaderClassName
 {
   color: #EA5413;
 }
 .AnyTagClassName
 {
   color: #EA5413;
 }
</style>
background-color css

<style>
 a { background-color: #EA5413; }

 a { background-color: rgb(234,84,19); }

 div.DivClassName
 {
   background-color: #EA5413;
 }
 .BgClassName
 {
   background-color: #EA5413;
 }
</style>
border-color css

<style>
 span { border-color: #EA5413; }

 span { border-color: rgb(234,84,19); }

 td.TdClassName
 {
   border-color: #EA5413;
 }
 .TagClassName
 {
   border-color: #EA5413;
 }
</style>