#E3620B

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

Shades of Persimmon #E3620B

Tints of Persimmon #E3620B

Color information

#E3620B (or 0xE3620B) is unknown color: approx Persimmon. HEX triplet: E3, 62 and 0B. RGB value is (227,98,11). Sum of RGB (Red+Green+Blue) = 227+98+11=336 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.56% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 227 - color contains mainly: red. Hex color #E3620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3620B is #1C9DF4. Grayscale: #7F7F7F. Windows color (decimal): -1875445 or 746211. OLE color: 746211.

HSL color Cylindrical-coordinate representation of color #E3620B: hue angle of 24.17º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3620B is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB2279811-
CMYK00.570.950.11
HSL24.17º90.76%46.67%-
HSV(B)24.17º95.15%89.02%-
XYZ36.1125.093.26-
YUV126.6562.74199.57-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 67.56%
GREEN value IS 98 (38.67% from 255) = 29.17%
BLUE value IS 11 (4.69% from 255) = 3.27%
R=67.56%
G=29.17%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227981100.570.950.1124.1790.7646.67
HexE362B0395FB185b2f
Octal34314213071137133013357
Binary1110001111000101011011100110111111011110001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3620B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3620B; }

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

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

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

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

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

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

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

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