#E35F07

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

Shades of Persimmon #E35F07

Tints of Persimmon #E35F07

Color information

#E35F07 (or 0xE35F07) is unknown color: approx Persimmon. HEX triplet: E3, 5F and 07. RGB value is (227,95,7). Sum of RGB (Red+Green+Blue) = 227+95+7=329 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.00% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35F07 is #1CA0F8. Grayscale: #7C7C7C. Windows color (decimal): -1876217 or 483299. OLE color: 483299.

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

Color convert

RGB227957-
CMYK00.580.970.11
HSL24º94.02%45.88%-
HSV(B)24º96.92%89.02%-
XYZ35.8124.533.05-
YUV124.4461.73201.16-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 69.00%
GREEN value IS 95 (37.5% from 255) = 28.88%
BLUE value IS 7 (3.12% from 255) = 2.13%
R=69.00%
G=28.88%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.97
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22795700.580.970.112494.0245.88
HexE35F703A61B185e2e
Octal3431377072141133013656
Binary111000111011111111011101011000011011110001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35F07; }

 p { color: rgb(227,95,7); }

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

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

 a { background-color: rgb(227,95,7); }

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

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

 span { border-color: rgb(227,95,7); }

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