#E25C07

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

Shades of Persimmon #E25C07

Tints of Persimmon #E25C07

Color information

#E25C07 (or 0xE25C07) is unknown color: approx Persimmon. HEX triplet: E2, 5C and 07. RGB value is (226,92,7). Sum of RGB (Red+Green+Blue) = 226+92+7=325 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.54% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25C07 is #1DA3F8. Grayscale: #7A7A7A. Windows color (decimal): -1942521 or 482530. OLE color: 482530.

HSL color Cylindrical-coordinate representation of color #E25C07: hue angle of 23.29º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E25C07 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB226927-
CMYK00.590.970.11
HSL23.29º93.99%45.69%-
HSV(B)23.29º96.9%88.63%-
XYZ35.2323.842.95-
YUV122.3862.89201.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 69.54%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 7 (3.12% from 255) = 2.15%
R=69.54%
G=28.31%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.97
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22692700.590.970.1123.2993.9945.69
HexE25C703B61B175e2e
Octal3421347073141132713656
Binary111000101011100111011101111000011011101111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25C07; }

 p { color: rgb(226,92,7); }

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

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

 a { background-color: rgb(226,92,7); }

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

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

 span { border-color: rgb(226,92,7); }

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