#E0620B

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

Shades of Persimmon #E0620B

Tints of Persimmon #E0620B

Color information

#E0620B (or 0xE0620B) is unknown color: approx Persimmon. HEX triplet: E0, 62 and 0B. RGB value is (224,98,11). Sum of RGB (Red+Green+Blue) = 224+98+11=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E0620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0620B is #1F9DF4. Grayscale: #7E7E7E. Windows color (decimal): -2072053 or 746208. OLE color: 746208.

HSL color Cylindrical-coordinate representation of color #E0620B: hue angle of 24.51º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0620B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB2249811-
CMYK00.560.950.12
HSL24.51º90.64%46.08%-
HSV(B)24.51º95.09%87.84%-
XYZ35.1724.613.21-
YUV125.7663.24198.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 67.27%
GREEN value IS 98 (38.67% from 255) = 29.43%
BLUE value IS 11 (4.69% from 255) = 3.30%
R=67.27%
G=29.43%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224981100.560.950.1224.5190.6446.08
HexE062B0385FC195b2e
Octal34014213070137143113356
Binary1110000011000101011011100010111111100110011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0620B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0620B; }

 p { color: rgb(224,98,11); }

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

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

 a { background-color: rgb(224,98,11); }

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

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

 span { border-color: rgb(224,98,11); }

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