#E94906

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

Shades of Persimmon #E94906

Tints of Persimmon #E94906

Color information

#E94906 (or 0xE94906) is unknown color: approx Persimmon. HEX triplet: E9, 49 and 06. RGB value is (233,73,6). Sum of RGB (Red+Green+Blue) = 233+73+6=312 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.68% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 233 - color contains mainly: red. Hex color #E94906 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94906 is #16B6F9. Grayscale: #717171. Windows color (decimal): -1488634 or 412137. OLE color: 412137.

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

Color convert

RGB233736-
CMYK00.690.970.09
HSL17.71º94.98%46.86%-
HSV(B)17.71º97.42%91.37%-
XYZ36.0222.12.54-
YUV113.267.51213.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 74.68%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 6 (2.73% from 255) = 1.92%
R=74.68%
G=23.40%
B=1.92%

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
Decimal23373600.690.970.0917.7194.9846.86
HexE9496045619125f2f
Octal35111160105141112213757
Binary1110100110010011100100010111000011001100101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94906; }

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

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

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

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

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

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

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

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