#E75C0E

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

Shades of Persimmon #E75C0E

Tints of Persimmon #E75C0E

Color information

#E75C0E (or 0xE75C0E) is unknown color: approx Persimmon. HEX triplet: E7, 5C and 0E. RGB value is (231,92,14). Sum of RGB (Red+Green+Blue) = 231+92+14=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75C0E is #18A3F1. Grayscale: #7D7D7D. Windows color (decimal): -1614834 or 941287. OLE color: 941287.

HSL color Cylindrical-coordinate representation of color #E75C0E: hue angle of 21.57º 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 #E75C0E is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB2319214-
CMYK00.600.940.09
HSL21.57º88.57%48.04%-
HSV(B)21.57º93.94%90.59%-
XYZ36.8624.673.24-
YUV124.6765.55203.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 68.55%
GREEN value IS 92 (36.33% from 255) = 27.30%
BLUE value IS 14 (5.86% from 255) = 4.15%
R=68.55%
G=27.30%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231921400.600.940.0921.5788.5748.04
HexE75CE03C5E9165930
Octal34713416074136112613160
Binary1110011110111001110011110010111101001101101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75C0E; }

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

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

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

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

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

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

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

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