#E94806

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

Shades of Persimmon #E94806

Tints of Persimmon #E94806

Color information

#E94806 (or 0xE94806) is unknown color: approx Persimmon. HEX triplet: E9, 48 and 06. RGB value is (233,72,6). Sum of RGB (Red+Green+Blue) = 233+72+6=311 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.92% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 233 - color contains mainly: red. Hex color #E94806 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94806 is #16B7F9. Grayscale: #717171. Windows color (decimal): -1488890 or 411881. OLE color: 411881.

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

Color convert

RGB233726-
CMYK00.690.970.09
HSL17.44º94.98%46.86%-
HSV(B)17.44º97.42%91.37%-
XYZ35.9521.972.52-
YUV112.6267.84213.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 74.92%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 6 (2.73% from 255) = 1.93%
R=74.92%
G=23.15%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23372600.690.970.0917.4494.9846.86
HexE9486045619115f2f
Octal35111060105141112113757
Binary1110100110010001100100010111000011001100011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94806; }

 p { color: rgb(233,72,6); }

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

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

 a { background-color: rgb(233,72,6); }

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

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

 span { border-color: rgb(233,72,6); }

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