Html Css Color HEX #EA5209 Persimmon

📋 copy color: '#EA5209'

red 234 ◦ green 82 ◦ blue 9

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

Shades of Persimmon #EA5209

Tints of Persimmon #EA5209

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.23%

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

R = 72%
G = 25.23%
B = 2.77%

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

#EA5209 (or 0xEA5209) is known color: Persimmon. HEX triplet: EA, 52 and 09. RGB value is (234,82,9). Sum of RGB (Red+Green+Blue) = 234+82+9=325 (43% of max value = 765). Red value is 234 (91.80% from 255 or 72% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5209 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA5209 is #15ADF6. Grayscale: #777777. Windows color (decimal): -1420791 or 611050. OLE color: 611050.

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

Color convert

RGB 234 82 9 -
CMYK 0 0.65 0.96 0.08
HSL 19.47º 0.93% 0.48% -
HSV(B) 19.47º 0.96% 0.92% -
XYZ 37 23.55 2.85 -
YUV 119.13 65.86 209.94 -
System Red Green Blue C M Y K H S L
Decimal 234 82 9 0 0.65 0.96 0.08 19.47 0.93 0.48
Hex EA 52 9 0 41 60 8 13 5D 30
Octal 352 122 11 0 101 140 10 23 135 60
Binary 11101010 1010010 1001 0 1000001 1100000 1000 10011 1011101 110000

Color Harmonies of #EA5209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5209

Black with #EA5209

Text Example


Text Example

White with #EA5209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5209; }

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

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

background-color css

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

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

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

border-color css

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

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

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