#E35000

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

Shades of Persimmon #E35000

Tints of Persimmon #E35000

Color information

#E35000 (or 0xE35000) is unknown color: approx Persimmon. HEX triplet: E3, 50 and 00. RGB value is (227,80,0). Sum of RGB (Red+Green+Blue) = 227+80+0=307 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.94% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 227 - color contains mainly: red. Hex color #E35000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35000 is #1CAFFF. Grayscale: #737373. Windows color (decimal): -1880064 or 20707. OLE color: 20707.

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

Color convert

RGB227800-
CMYK00.6510.11
HSL21.15º100%44.51%-
HSV(B)21.15º100%89.02%-
XYZ34.5522.072.44-
YUV114.8363.2208-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 73.94%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.94%
G=26.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22780000.6510.1121.1510044.51
HexE350004164B15642d
Octal34312000101144132514455
Binary11100011101000000100000111001001011101011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35000; }

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

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

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

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

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

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

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

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