#E65100

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

Shades of Persimmon #E65100

Tints of Persimmon #E65100

Color information

#E65100 (or 0xE65100) is unknown color: approx Persimmon. HEX triplet: E6, 51 and 00. RGB value is (230,81,0). Sum of RGB (Red+Green+Blue) = 230+81+0=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E65100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65100 is #19AEFF. Grayscale: #747474. Windows color (decimal): -1683200 or 20966. OLE color: 20966.

HSL color Cylindrical-coordinate representation of color #E65100: hue angle of 21.13º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E65100 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB230810-
CMYK00.6510.10
HSL21.13º100%45.1%-
HSV(B)21.13º100%90.2%-
XYZ35.5822.712.51-
YUV116.3262.36209.09-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 73.95%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.95%
G=26.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23081000.6510.1021.1310045.1
HexE651004164A15642d
Octal34612100101144122514455
Binary11100110101000100100000111001001010101011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65100; }

 p { color: rgb(230,81,0); }

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

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

 a { background-color: rgb(230,81,0); }

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

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

 span { border-color: rgb(230,81,0); }

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