#E75A13

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

Shades of Persimmon #E75A13

Tints of Persimmon #E75A13

Color information

#E75A13 (or 0xE75A13) is unknown color: approx Persimmon. HEX triplet: E7, 5A and 13. RGB value is (231,90,19). Sum of RGB (Red+Green+Blue) = 231+90+19=340 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.94% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75A13 is #18A5EC. Grayscale: #7C7C7C. Windows color (decimal): -1615341 or 1268455. OLE color: 1268455.

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

Color convert

RGB2319019-
CMYK00.610.920.09
HSL20.09º84.8%49.02%-
HSV(B)20.09º91.77%90.59%-
XYZ36.7324.353.38-
YUV124.0668.71204.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 67.94%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 19 (7.81% from 255) = 5.59%
R=67.94%
G=26.47%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231901900.610.920.0920.0984.849.02
HexE75A1303D5C9145531
Octal34713223075134112412561
Binary11100111101101010011011110110111001001101001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75A13; }

 p { color: rgb(231,90,19); }

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

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

 a { background-color: rgb(231,90,19); }

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

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

 span { border-color: rgb(231,90,19); }

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