#E35B13

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

Shades of Persimmon #E35B13

Tints of Persimmon #E35B13

Color information

#E35B13 (or 0xE35B13) is unknown color: approx Persimmon. HEX triplet: E3, 5B and 13. RGB value is (227,91,19). Sum of RGB (Red+Green+Blue) = 227+91+19=337 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.36% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35B13 is #1CA4EC. Grayscale: #7B7B7B. Windows color (decimal): -1877229 or 1268707. OLE color: 1268707.

HSL color Cylindrical-coordinate representation of color #E35B13: hue angle of 20.77º 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 #E35B13 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB2279119-
CMYK00.600.920.11
HSL20.77º84.55%48.24%-
HSV(B)20.77º91.63%89.02%-
XYZ35.5423.863.35-
YUV123.4669.06201.85-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 67.36%
GREEN value IS 91 (35.94% from 255) = 27.00%
BLUE value IS 19 (7.81% from 255) = 5.64%
R=67.36%
G=27.00%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227911900.600.920.1120.7784.5548.24
HexE35B1303C5CB155530
Octal34313323074134132512560
Binary11100011101101110011011110010111001011101011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35B13; }

 p { color: rgb(227,91,19); }

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

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

 a { background-color: rgb(227,91,19); }

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

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

 span { border-color: rgb(227,91,19); }

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