Html Css Color HEX #EA5109 Persimmon

📋 copy color: '#EA5109'

red 234 ◦ green 81 ◦ blue 9

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

Shades of Persimmon #EA5109

Tints of Persimmon #EA5109

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25%

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

R = 72.22%
G = 25%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA5109 (or 0xEA5109) is known color: Persimmon. HEX triplet: EA, 51 and 09. RGB value is (234,81,9). Sum of RGB (Red+Green+Blue) = 234+81+9=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5109 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5109 is #15AEF6. Grayscale: #767676. Windows color (decimal): -1421047 or 610794. OLE color: 610794.

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

Color convert

RGB 234 81 9 -
CMYK 0 0.65 0.96 0.08
HSL 19.2º 0.93% 0.48% -
HSV(B) 19.2º 0.96% 0.92% -
XYZ 36.92 23.4 2.83 -
YUV 118.54 66.19 210.35 -
System Red Green Blue C M Y K H S L
Decimal 234 81 9 0 0.65 0.96 0.08 19.2 0.93 0.48
Hex EA 51 9 0 41 60 8 13 5D 30
Octal 352 121 11 0 101 140 10 23 135 60
Binary 11101010 1010001 1001 0 1000001 1100000 1000 10011 1011101 110000

Color Harmonies of #EA5109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5109

Black with #EA5109

Text Example


Text Example

White with #EA5109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5109; }

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

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

background-color css

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

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

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

border-color css

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

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

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