Html Css Color HEX #E0590E Persimmon

📋 copy color: '#E0590E'

red 224 ◦ green 89 ◦ blue 14

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

Shades of Persimmon #E0590E

Tints of Persimmon #E0590E

RGB

 RED value IS 224 (87.89% from 255) = 68.5%

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

 BLUE value IS 14 (5.86% from 255) = 4.28%

R = 68.5%
G = 27.22%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0590E (or 0xE0590E) is known color: Persimmon. HEX triplet: E0, 59 and 0E. RGB value is (224,89,14). Sum of RGB (Red+Green+Blue) = 224+89+14=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E0590E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0590E is #1FA6F1. Grayscale: #797979. Windows color (decimal): -2074354 or 940512. OLE color: 940512.

HSL color Cylindrical-coordinate representation of color #E0590E: hue angle of 21.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0590E is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 89 14 -
CMYK 0 0.60 0.94 0.12
HSL 21.43º 0.88% 0.47% -
HSV(B) 21.43º 0.94% 0.88% -
XYZ 34.39 23.02 3.05 -
YUV 120.82 67.73 201.6 -
System Red Green Blue C M Y K H S L
Decimal 224 89 14 0 0.60 0.94 0.12 21.43 0.88 0.47
Hex E0 59 E 0 3C 5E C 15 58 2F
Octal 340 131 16 0 74 136 14 25 130 57
Binary 11100000 1011001 1110 0 111100 1011110 1100 10101 1011000 101111

Color Harmonies of #E0590E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0590E

Black with #E0590E

Text Example


Text Example

White with #E0590E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0590E; }

 p { color: rgb(224,89,14); }

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

background-color css

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

 a { background-color: rgb(224,89,14); }

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

border-color css

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

 span { border-color: rgb(224,89,14); }

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