#E8630D

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

Shades of Persimmon #E8630D

Tints of Persimmon #E8630D

Color information

#E8630D (or 0xE8630D) is unknown color: approx Persimmon. HEX triplet: E8, 63 and 0D. RGB value is (232,99,13). Sum of RGB (Red+Green+Blue) = 232+99+13=344 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.44% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 232 - color contains mainly: red. Hex color #E8630D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8630D is #179CF2. Grayscale: #818181. Windows color (decimal): -1547507 or 877544. OLE color: 877544.

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

Color convert

RGB2329913-
CMYK00.570.940.09
HSL23.56º89.39%48.04%-
HSV(B)23.56º94.4%90.98%-
XYZ37.8126.113.43-
YUV128.9662.56201.49-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 67.44%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 13 (5.47% from 255) = 3.78%
R=67.44%
G=28.78%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232991300.570.940.0923.5689.3948.04
HexE863D0395E9185930
Octal35014315071136113013160
Binary1110100011000111101011100110111101001110001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8630D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8630D; }

 p { color: rgb(232,99,13); }

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

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

 a { background-color: rgb(232,99,13); }

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

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

 span { border-color: rgb(232,99,13); }

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