#E9530F

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

Shades of Persimmon #E9530F

Tints of Persimmon #E9530F

Color information

#E9530F (or 0xE9530F) is unknown color: approx Persimmon. HEX triplet: E9, 53 and 0F. RGB value is (233,83,15). Sum of RGB (Red+Green+Blue) = 233+83+15=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E9530F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9530F is #16ACF0. Grayscale: #787878. Windows color (decimal): -1486065 or 1004521. OLE color: 1004521.

HSL color Cylindrical-coordinate representation of color #E9530F: hue angle of 18.72º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9530F is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB2338315-
CMYK00.640.940.09
HSL18.72º87.9%48.63%-
HSV(B)18.72º93.56%91.37%-
XYZ36.7823.543.06-
YUV120.168.7208.53-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 70.39%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 15 (6.25% from 255) = 4.53%
R=70.39%
G=25.08%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233831500.640.940.0918.7287.948.63
HexE953F0405E9135831
Octal351123170100136112313061
Binary11101001101001111110100000010111101001100111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9530F; }

 p { color: rgb(233,83,15); }

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

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

 a { background-color: rgb(233,83,15); }

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

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

 span { border-color: rgb(233,83,15); }

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