Html Css Color HEX #EA5909 Persimmon

📋 copy color: '#EA5909'

red 234 ◦ green 89 ◦ blue 9

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

Shades of Persimmon #EA5909

Tints of Persimmon #EA5909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.71%

R = 70.48%
G = 26.81%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA5909 (or 0xEA5909) is known color: Persimmon. HEX triplet: EA, 59 and 09. RGB value is (234,89,9). Sum of RGB (Red+Green+Blue) = 234+89+9=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5909 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5909 is #15A6F6. Grayscale: #7B7B7B. Windows color (decimal): -1418999 or 612842. OLE color: 612842.

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

Color convert

RGB 234 89 9 -
CMYK 0 0.62 0.96 0.08
HSL 21.33º 0.93% 0.48% -
HSV(B) 21.33º 0.96% 0.92% -
XYZ 37.55 24.66 3.04 -
YUV 123.24 63.54 207 -
System Red Green Blue C M Y K H S L
Decimal 234 89 9 0 0.62 0.96 0.08 21.33 0.93 0.48
Hex EA 59 9 0 3E 60 8 15 5D 30
Octal 352 131 11 0 76 140 10 25 135 60
Binary 11101010 1011001 1001 0 111110 1100000 1000 10101 1011101 110000

Color Harmonies of #EA5909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5909

Black with #EA5909

Text Example


Text Example

White with #EA5909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5909; }

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

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

background-color css

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

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

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

border-color css

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

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

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