Html Css Color HEX #EA5619 Persimmon

📋 copy color: '#EA5619'

red 234 ◦ green 86 ◦ blue 25

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

Shades of Persimmon #EA5619

Tints of Persimmon #EA5619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.93%

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

R = 67.83%
G = 24.93%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA5619 (or 0xEA5619) is known color: Persimmon. HEX triplet: EA, 56 and 19. RGB value is (234,86,25). Sum of RGB (Red+Green+Blue) = 234+86+25=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5619 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5619 is #15A9E6. Grayscale: #7B7B7B. Windows color (decimal): -1419751 or 1660650. OLE color: 1660650.

HSL color Cylindrical-coordinate representation of color #EA5619: hue angle of 17.51º 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 #EA5619 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 86 25 -
CMYK 0 0.63 0.89 0.08
HSL 17.51º 0.83% 0.51% -
HSV(B) 17.51º 0.89% 0.92% -
XYZ 37.43 24.22 3.62 -
YUV 123.3 72.53 206.96 -
System Red Green Blue C M Y K H S L
Decimal 234 86 25 0 0.63 0.89 0.08 17.51 0.83 0.51
Hex EA 56 19 0 3F 59 8 12 53 33
Octal 352 126 31 0 77 131 10 22 123 63
Binary 11101010 1010110 11001 0 111111 1011001 1000 10010 1010011 110011

Color Harmonies of #EA5619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5619

Black with #EA5619

Text Example


Text Example

White with #EA5619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5619; }

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

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

background-color css

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

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

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

border-color css

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

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

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