Html Css Color HEX #EA5918 Persimmon

📋 copy color: '#EA5918'

red 234 ◦ green 89 ◦ blue 24

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

Shades of Persimmon #EA5918

Tints of Persimmon #EA5918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.92%

R = 67.44%
G = 25.65%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA5918 (or 0xEA5918) is known color: Persimmon. HEX triplet: EA, 59 and 18. RGB value is (234,89,24). Sum of RGB (Red+Green+Blue) = 234+89+24=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5918 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5918 is #15A6E7. Grayscale: #7D7D7D. Windows color (decimal): -1418984 or 1595882. OLE color: 1595882.

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

Color convert

RGB 234 89 24 -
CMYK 0 0.62 0.90 0.08
HSL 18.57º 0.83% 0.51% -
HSV(B) 18.57º 0.9% 0.92% -
XYZ 37.67 24.7 3.65 -
YUV 124.95 71.04 205.79 -
System Red Green Blue C M Y K H S L
Decimal 234 89 24 0 0.62 0.90 0.08 18.57 0.83 0.51
Hex EA 59 18 0 3E 5A 8 13 53 33
Octal 352 131 30 0 76 132 10 23 123 63
Binary 11101010 1011001 11000 0 111110 1011010 1000 10011 1010011 110011

Color Harmonies of #EA5918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5918

Black with #EA5918

Text Example


Text Example

White with #EA5918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5918; }

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

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

background-color css

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

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

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

border-color css

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

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

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