#E7620A

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

Shades of Persimmon #E7620A

Tints of Persimmon #E7620A

Color information

#E7620A (or 0xE7620A) is unknown color: approx Persimmon. HEX triplet: E7, 62 and 0A. RGB value is (231,98,10). Sum of RGB (Red+Green+Blue) = 231+98+10=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E7620A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7620A is #189DF5. Grayscale: #808080. Windows color (decimal): -1613302 or 680679. OLE color: 680679.

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

Color convert

RGB2319810-
CMYK00.580.960.09
HSL23.89º91.7%47.25%-
HSV(B)23.89º95.67%90.59%-
XYZ37.3825.753.29-
YUV127.7461.56201.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 68.14%
GREEN value IS 98 (38.67% from 255) = 28.91%
BLUE value IS 10 (4.30% from 255) = 2.95%
R=68.14%
G=28.91%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231981000.580.960.0923.8991.747.25
HexE762A03A609185c2f
Octal34714212072140113013457
Binary1110011111000101010011101011000001001110001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7620A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7620A; }

 p { color: rgb(231,98,10); }

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

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

 a { background-color: rgb(231,98,10); }

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

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

 span { border-color: rgb(231,98,10); }

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