Html Css Color HEX #EA5919 Persimmon

📋 copy color: '#EA5919'

red 234 ◦ green 89 ◦ blue 25

#EA5919
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persimmon #EA5919

Tints of Persimmon #EA5919

RGB

 RED value IS 234 (91.8% from 255) = 67.24%

 GREEN value IS 89 (35.16% from 255) = 25.57%

 BLUE value IS 25 (10.16% from 255) = 7.18%

R = 67.24%
G = 25.57%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA5919 (or 0xEA5919) is known color: Persimmon. HEX triplet: EA, 59 and 19. RGB value is (234,89,25). Sum of RGB (Red+Green+Blue) = 234+89+25=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5919 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5919 is #15A6E6. Grayscale: #7D7D7D. Windows color (decimal): -1418983 or 1661418. OLE color: 1661418.

HSL color Cylindrical-coordinate representation of color #EA5919: hue angle of 18.37º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA5919 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 89 25 -
CMYK 0 0.62 0.89 0.08
HSL 18.37º 0.83% 0.51% -
HSV(B) 18.37º 0.89% 0.92% -
XYZ 37.68 24.71 3.7 -
YUV 125.06 71.54 205.7 -
System Red Green Blue C M Y K H S L
Decimal 234 89 25 0 0.62 0.89 0.08 18.37 0.83 0.51
Hex EA 59 19 0 3E 59 8 12 53 33
Octal 352 131 31 0 76 131 10 22 123 63
Binary 11101010 1011001 11001 0 111110 1011001 1000 10010 1010011 110011

Color Harmonies of #EA5919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5919

Black with #EA5919

Text Example


Text Example

White with #EA5919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5919; }

 p { color: rgb(234,89,25); }

 H1.HeaderClassName
 {
   color: #EA5919;
 }
 .AnyTagClassName
 {
   color: #EA5919;
 }
</style>

background-color css

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

 a { background-color: rgb(234,89,25); }

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

border-color css

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

 span { border-color: rgb(234,89,25); }

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