#E25500

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

Shades of Persimmon #E25500

Tints of Persimmon #E25500

Color information

#E25500 (or 0xE25500) is unknown color: approx Persimmon. HEX triplet: E2, 55 and 00. RGB value is (226,85,0). Sum of RGB (Red+Green+Blue) = 226+85+0=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E25500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25500 is #1DAAFF. Grayscale: #757575. Windows color (decimal): -1944320 or 21986. OLE color: 21986.

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

Color convert

RGB226850-
CMYK00.6210.11
HSL22.57º100%44.31%-
HSV(B)22.57º100%88.63%-
XYZ34.6122.672.55-
YUV117.4761.71205.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 72.67%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.67%
G=27.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22685000.6210.1122.5710044.31
HexE255003E64B17642c
Octal3421250076144132714454
Binary1110001010101010011111011001001011101111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25500; }

 p { color: rgb(226,85,0); }

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

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

 a { background-color: rgb(226,85,0); }

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

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

 span { border-color: rgb(226,85,0); }

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