#E75B0E

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

Shades of Persimmon #E75B0E

Tints of Persimmon #E75B0E

Color information

#E75B0E (or 0xE75B0E) is unknown color: approx Persimmon. HEX triplet: E7, 5B and 0E. RGB value is (231,91,14). Sum of RGB (Red+Green+Blue) = 231+91+14=336 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.75% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75B0E is #18A4F1. Grayscale: #7C7C7C. Windows color (decimal): -1615090 or 941031. OLE color: 941031.

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

Color convert

RGB2319114-
CMYK00.610.940.09
HSL21.29º88.57%48.04%-
HSV(B)21.29º93.94%90.59%-
XYZ36.7824.53.21-
YUV124.0865.88204.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 68.75%
GREEN value IS 91 (35.94% from 255) = 27.08%
BLUE value IS 14 (5.86% from 255) = 4.17%
R=68.75%
G=27.08%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231911400.610.940.0921.2988.5748.04
HexE75BE03D5E9155930
Octal34713316075136112513160
Binary1110011110110111110011110110111101001101011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75B0E; }

 p { color: rgb(231,91,14); }

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

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

 a { background-color: rgb(231,91,14); }

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

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

 span { border-color: rgb(231,91,14); }

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