#E95F0E

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

Shades of Persimmon #E95F0E

Tints of Persimmon #E95F0E

Color information

#E95F0E (or 0xE95F0E) is unknown color: approx Persimmon. HEX triplet: E9, 5F and 0E. RGB value is (233,95,14). Sum of RGB (Red+Green+Blue) = 233+95+14=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95F0E is #16A0F1. Grayscale: #7F7F7F. Windows color (decimal): -1482994 or 942057. OLE color: 942057.

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

Color convert

RGB2339514-
CMYK00.590.940.09
HSL22.19º88.66%48.43%-
HSV(B)22.19º93.99%91.37%-
XYZ37.7825.543.35-
YUV127.0364.22203.59-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 68.13%
GREEN value IS 95 (37.5% from 255) = 27.78%
BLUE value IS 14 (5.86% from 255) = 4.09%
R=68.13%
G=27.78%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233951400.590.940.0922.1988.6648.43
HexE95FE03B5E9165930
Octal35113716073136112613160
Binary1110100110111111110011101110111101001101101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95F0E; }

 p { color: rgb(233,95,14); }

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

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

 a { background-color: rgb(233,95,14); }

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

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

 span { border-color: rgb(233,95,14); }

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