Html Css Color HEX #EA591C Persimmon

📋 copy color: '#EA591C'

red 234 ◦ green 89 ◦ blue 28

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

Shades of Persimmon #EA591C

Tints of Persimmon #EA591C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.98%

R = 66.67%
G = 25.36%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA591C (or 0xEA591C) is known color: Persimmon. HEX triplet: EA, 59 and 1C. RGB value is (234,89,28). Sum of RGB (Red+Green+Blue) = 234+89+28=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA591C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA591C is #15A6E3. Grayscale: #7D7D7D. Windows color (decimal): -1418980 or 1858026. OLE color: 1858026.

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

Color convert

RGB 234 89 28 -
CMYK 0 0.62 0.88 0.08
HSL 17.77º 0.83% 0.51% -
HSV(B) 17.77º 0.88% 0.92% -
XYZ 37.71 24.72 3.88 -
YUV 125.4 73.04 205.46 -
System Red Green Blue C M Y K H S L
Decimal 234 89 28 0 0.62 0.88 0.08 17.77 0.83 0.51
Hex EA 59 1C 0 3E 58 8 12 53 33
Octal 352 131 34 0 76 130 10 22 123 63
Binary 11101010 1011001 11100 0 111110 1011000 1000 10010 1010011 110011

Color Harmonies of #EA591C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA591C

Black with #EA591C

Text Example


Text Example

White with #EA591C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA591C; }

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

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

background-color css

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

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

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

border-color css

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

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

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