#E25B07

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

Shades of Persimmon #E25B07

Tints of Persimmon #E25B07

Color information

#E25B07 (or 0xE25B07) is unknown color: approx Persimmon. HEX triplet: E2, 5B and 07. RGB value is (226,91,7). Sum of RGB (Red+Green+Blue) = 226+91+7=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25B07 is #1DA4F8. Grayscale: #7A7A7A. Windows color (decimal): -1942777 or 482274. OLE color: 482274.

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

Color convert

RGB226917-
CMYK00.600.970.11
HSL23.01º93.99%45.69%-
HSV(B)23.01º96.9%88.63%-
XYZ35.1423.672.92-
YUV121.7963.23202.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 69.75%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 7 (3.12% from 255) = 2.16%
R=69.75%
G=28.09%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.97
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22691700.600.970.1123.0193.9945.69
HexE25B703C61B175e2e
Octal3421337074141132713656
Binary111000101011011111011110011000011011101111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25B07; }

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

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

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

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

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

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

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

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