Html Css Color HEX #EA5E09 Persimmon

📋 copy color: '#EA5E09'

red 234 ◦ green 94 ◦ blue 9

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

Shades of Persimmon #EA5E09

Tints of Persimmon #EA5E09

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.89%

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

R = 69.44%
G = 27.89%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA5E09 (or 0xEA5E09) is known color: Persimmon. HEX triplet: EA, 5E and 09. RGB value is (234,94,9). Sum of RGB (Red+Green+Blue) = 234+94+9=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5E09 is #15A1F6. Grayscale: #7E7E7E. Windows color (decimal): -1417719 or 614122. OLE color: 614122.

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

Color convert

RGB 234 94 9 -
CMYK 0 0.60 0.96 0.08
HSL 22.67º 0.93% 0.48% -
HSV(B) 22.67º 0.96% 0.92% -
XYZ 37.98 25.52 3.18 -
YUV 126.17 61.88 204.91 -
System Red Green Blue C M Y K H S L
Decimal 234 94 9 0 0.60 0.96 0.08 22.67 0.93 0.48
Hex EA 5E 9 0 3C 60 8 17 5D 30
Octal 352 136 11 0 74 140 10 27 135 60
Binary 11101010 1011110 1001 0 111100 1100000 1000 10111 1011101 110000

Color Harmonies of #EA5E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E09

Black with #EA5E09

Text Example


Text Example

White with #EA5E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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