#EA5C14

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

Shades of Persimmon #EA5C14

Tints of Persimmon #EA5C14

Color information

#EA5C14 (or 0xEA5C14) is unknown color: approx Persimmon. HEX triplet: EA, 5C and 14. RGB value is (234,92,20). Sum of RGB (Red+Green+Blue) = 234+92+20=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5C14 is #15A3EB. Grayscale: #7E7E7E. Windows color (decimal): -1418220 or 1334506. OLE color: 1334506.

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

Color convert

RGB2349220-
CMYK00.610.910.08
HSL20.19º84.25%49.8%-
HSV(B)20.19º91.45%91.76%-
XYZ37.8925.23.53-
YUV126.2568.04204.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 67.63%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 20 (8.20% from 255) = 5.78%
R=67.63%
G=26.59%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234922000.610.910.0820.1984.2549.8
HexEA5C1403D5B8145432
Octal35213424075133102412462
Binary11101010101110010100011110110110111000101001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5C14; }

 p { color: rgb(234,92,20); }

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

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

 a { background-color: rgb(234,92,20); }

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

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

 span { border-color: rgb(234,92,20); }

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