Html Css Color HEX #EA5911 Persimmon

📋 copy color: '#EA5911'

red 234 ◦ green 89 ◦ blue 17

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

Shades of Persimmon #EA5911

Tints of Persimmon #EA5911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5%

R = 68.82%
G = 26.18%
B = 5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA5911 (or 0xEA5911) is known color: Persimmon. HEX triplet: EA, 59 and 11. RGB value is (234,89,17). Sum of RGB (Red+Green+Blue) = 234+89+17=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5911 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5911 is #15A6EE. Grayscale: #7C7C7C. Windows color (decimal): -1418991 or 1137130. OLE color: 1137130.

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

Color convert

RGB 234 89 17 -
CMYK 0 0.62 0.93 0.08
HSL 19.91º 0.86% 0.49% -
HSV(B) 19.91º 0.93% 0.92% -
XYZ 37.61 24.68 3.31 -
YUV 124.15 67.54 206.35 -
System Red Green Blue C M Y K H S L
Decimal 234 89 17 0 0.62 0.93 0.08 19.91 0.86 0.49
Hex EA 59 11 0 3E 5D 8 14 56 31
Octal 352 131 21 0 76 135 10 24 126 61
Binary 11101010 1011001 10001 0 111110 1011101 1000 10100 1010110 110001

Color Harmonies of #EA5911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5911

Black with #EA5911

Text Example


Text Example

White with #EA5911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5911; }

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

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

background-color css

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

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

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

border-color css

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

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

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