#E9590A

Color #E9590A Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #E9590A

Tints of Persimmon #E9590A

Color information

#E9590A (or 0xE9590A) is unknown color: approx Persimmon. HEX triplet: E9, 59 and 0A. RGB value is (233,89,10). Sum of RGB (Red+Green+Blue) = 233+89+10=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E9590A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9590A is #16A6F5. Grayscale: #7B7B7B. Windows color (decimal): -1484534 or 678377. OLE color: 678377.

HSL color Cylindrical-coordinate representation of color #E9590A: hue angle of 21.26º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9590A is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB2338910-
CMYK00.620.960.09
HSL21.26º91.77%47.65%-
HSV(B)21.26º95.71%91.37%-
XYZ37.2324.493.05-
YUV123.0564.21206.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 70.18%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 10 (4.30% from 255) = 3.01%
R=70.18%
G=26.81%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233891000.620.960.0921.2691.7747.65
HexE959A03E609155c30
Octal35113112076140112513460
Binary1110100110110011010011111011000001001101011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9590A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9590A; }

 p { color: rgb(233,89,10); }

 H1.HeaderClassName
 {
   color: #E9590A;
 }
 .AnyTagClassName
 {
   color: #E9590A;
 }
</style>
background-color css

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

 a { background-color: rgb(233,89,10); }

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

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

 span { border-color: rgb(233,89,10); }

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