#E94F10

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

Shades of Persimmon #E94F10

Tints of Persimmon #E94F10

Color information

#E94F10 (or 0xE94F10) is unknown color: approx Persimmon. HEX triplet: E9, 4F and 10. RGB value is (233,79,16). Sum of RGB (Red+Green+Blue) = 233+79+16=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94F10 is #16B0EF. Grayscale: #767676. Windows color (decimal): -1487088 or 1069033. OLE color: 1069033.

HSL color Cylindrical-coordinate representation of color #E94F10: hue angle of 17.42º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E94F10 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB2337916-
CMYK00.660.930.09
HSL17.42º87.15%48.82%-
HSV(B)17.42º93.13%91.37%-
XYZ36.4922.953-
YUV117.8670.52210.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 71.04%
GREEN value IS 79 (31.25% from 255) = 24.09%
BLUE value IS 16 (6.64% from 255) = 4.88%
R=71.04%
G=24.09%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233791600.660.930.0917.4287.1548.82
HexE94F100425D9115731
Octal351117200102135112112761
Binary111010011001111100000100001010111011001100011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94F10; }

 p { color: rgb(233,79,16); }

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

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

 a { background-color: rgb(233,79,16); }

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

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

 span { border-color: rgb(233,79,16); }

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