#E35414

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

Shades of Persimmon #E35414

Tints of Persimmon #E35414

Color information

#E35414 (or 0xE35414) is unknown color: approx Persimmon. HEX triplet: E3, 54 and 14. RGB value is (227,84,20). Sum of RGB (Red+Green+Blue) = 227+84+20=331 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.58% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 227 - color contains mainly: red. Hex color #E35414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35414 is #1CABEB. Grayscale: #777777. Windows color (decimal): -1879020 or 1332451. OLE color: 1332451.

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

Color convert

RGB2278420-
CMYK00.630.910.11
HSL18.55º83.81%48.43%-
HSV(B)18.55º91.19%89.02%-
XYZ34.9822.723.2-
YUV119.4671.88204.7-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 68.58%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 20 (8.20% from 255) = 6.04%
R=68.58%
G=25.38%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227842000.630.910.1118.5583.8148.43
HexE3541403F5BB135430
Octal34312424077133132312460
Binary11100011101010010100011111110110111011100111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35414; }

 p { color: rgb(227,84,20); }

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

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

 a { background-color: rgb(227,84,20); }

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

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

 span { border-color: rgb(227,84,20); }

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