Html Css Color HEX #E16011 Persimmon

📋 copy color: '#E16011'

red 225 ◦ green 96 ◦ blue 17

#E16011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persimmon #E16011

Tints of Persimmon #E16011

RGB

 RED value IS 225 (88.28% from 255) = 66.57%

 GREEN value IS 96 (37.89% from 255) = 28.4%

 BLUE value IS 17 (7.03% from 255) = 5.03%

R = 66.57%
G = 28.4%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E16011 (or 0xE16011) is known color: Persimmon. HEX triplet: E1, 60 and 11. RGB value is (225,96,17). Sum of RGB (Red+Green+Blue) = 225+96+17=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E16011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16011 is #1E9FEE. Grayscale: #7E7E7E. Windows color (decimal): -2007023 or 1138913. OLE color: 1138913.

HSL color Cylindrical-coordinate representation of color #E16011: hue angle of 22.79º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E16011 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 96 17 -
CMYK 0 0.57 0.92 0.12
HSL 22.79º 0.86% 0.47% -
HSV(B) 22.79º 0.92% 0.88% -
XYZ 35.34 24.41 3.38 -
YUV 125.57 66.74 198.92 -
System Red Green Blue C M Y K H S L
Decimal 225 96 17 0 0.57 0.92 0.12 22.79 0.86 0.47
Hex E1 60 11 0 39 5C C 17 56 2F
Octal 341 140 21 0 71 134 14 27 126 57
Binary 11100001 1100000 10001 0 111001 1011100 1100 10111 1010110 101111

Color Harmonies of #E16011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16011

Black with #E16011

Text Example


Text Example

White with #E16011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16011; }

 p { color: rgb(225,96,17); }

 H1.HeaderClassName
 {
   color: #E16011;
 }
 .AnyTagClassName
 {
   color: #E16011;
 }
</style>

background-color css

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

 a { background-color: rgb(225,96,17); }

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

border-color css

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

 span { border-color: rgb(225,96,17); }

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