#E9570B

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

Shades of Persimmon #E9570B

Tints of Persimmon #E9570B

Color information

#E9570B (or 0xE9570B) is unknown color: approx Persimmon. HEX triplet: E9, 57 and 0B. RGB value is (233,87,11). Sum of RGB (Red+Green+Blue) = 233+87+11=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E9570B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9570B is #16A8F4. Grayscale: #7A7A7A. Windows color (decimal): -1485045 or 743401. OLE color: 743401.

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

Color convert

RGB2338711-
CMYK00.630.950.09
HSL20.54º90.98%47.84%-
HSV(B)20.54º95.28%91.37%-
XYZ37.0724.163.03-
YUV121.9965.37207.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 70.39%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 11 (4.69% from 255) = 3.32%
R=70.39%
G=26.28%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233871100.630.950.0920.5490.9847.84
HexE957B03F5F9155b30
Octal35112713077137112513360
Binary1110100110101111011011111110111111001101011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9570B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9570B; }

 p { color: rgb(233,87,11); }

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

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

 a { background-color: rgb(233,87,11); }

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

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

 span { border-color: rgb(233,87,11); }

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