#E35212

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

Shades of Persimmon #E35212

Tints of Persimmon #E35212

Color information

#E35212 (or 0xE35212) is unknown color: approx Persimmon. HEX triplet: E3, 52 and 12. RGB value is (227,82,18). Sum of RGB (Red+Green+Blue) = 227+82+18=327 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.42% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 227 - color contains mainly: red. Hex color #E35212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35212 is #1CADED. Grayscale: #767676. Windows color (decimal): -1879534 or 1200867. OLE color: 1200867.

HSL color Cylindrical-coordinate representation of color #E35212: hue angle of 18.37º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E35212 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB2278218-
CMYK00.640.920.11
HSL18.37º85.31%48.04%-
HSV(B)18.37º92.07%89.02%-
XYZ34.8122.413.06-
YUV118.0671.54205.7-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 69.42%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 18 (7.42% from 255) = 5.50%
R=69.42%
G=25.08%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227821800.640.920.1118.3785.3148.04
HexE352120405CB125530
Octal343122220100134132212560
Binary111000111010010100100100000010111001011100101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35212; }

 p { color: rgb(227,82,18); }

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

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

 a { background-color: rgb(227,82,18); }

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

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

 span { border-color: rgb(227,82,18); }

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