#E35100

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

Shades of Persimmon #E35100

Tints of Persimmon #E35100

Color information

#E35100 (or 0xE35100) is unknown color: approx Persimmon. HEX triplet: E3, 51 and 00. RGB value is (227,81,0). Sum of RGB (Red+Green+Blue) = 227+81+0=308 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.70% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 227 - color contains mainly: red. Hex color #E35100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35100 is #1CAEFF. Grayscale: #737373. Windows color (decimal): -1879808 or 20963. OLE color: 20963.

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

Color convert

RGB227810-
CMYK00.6410.11
HSL21.41º100%44.51%-
HSV(B)21.41º100%89.02%-
XYZ34.6222.222.46-
YUV115.4262.87207.59-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 73.70%
GREEN value IS 81 (32.03% from 255) = 26.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.70%
G=26.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22781000.6410.1121.4110044.51
HexE351004064B15642d
Octal34312100100144132514455
Binary11100011101000100100000011001001011101011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35100; }

 p { color: rgb(227,81,0); }

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

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

 a { background-color: rgb(227,81,0); }

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

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

 span { border-color: rgb(227,81,0); }

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