Html Css Color HEX #EA4A19 Persimmon

📋 copy color: '#EA4A19'

red 234 ◦ green 74 ◦ blue 25

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

Shades of Persimmon #EA4A19

Tints of Persimmon #EA4A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.22%

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

R = 70.27%
G = 22.22%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA4A19 (or 0xEA4A19) is known color: Persimmon. HEX triplet: EA, 4A and 19. RGB value is (234,74,25). Sum of RGB (Red+Green+Blue) = 234+74+25=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4A19 is #15B5E6. Grayscale: #747474. Windows color (decimal): -1422823 or 1657578. OLE color: 1657578.

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

Color convert

RGB 234 74 25 -
CMYK 0 0.68 0.89 0.08
HSL 14.07º 0.83% 0.51% -
HSV(B) 14.07º 0.89% 0.92% -
XYZ 36.56 22.46 3.33 -
YUV 116.25 76.51 211.98 -
System Red Green Blue C M Y K H S L
Decimal 234 74 25 0 0.68 0.89 0.08 14.07 0.83 0.51
Hex EA 4A 19 0 44 59 8 E 53 33
Octal 352 112 31 0 104 131 10 16 123 63
Binary 11101010 1001010 11001 0 1000100 1011001 1000 1110 1010011 110011

Color Harmonies of #EA4A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A19

Black with #EA4A19

Text Example


Text Example

White with #EA4A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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