Html Css Color HEX #E15E11 Persimmon

📋 copy color: '#E15E11'

red 225 ◦ green 94 ◦ blue 17

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

Shades of Persimmon #E15E11

Tints of Persimmon #E15E11

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.98%

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

R = 66.96%
G = 27.98%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E15E11 (or 0xE15E11) is known color: Persimmon. HEX triplet: E1, 5E and 11. RGB value is (225,94,17). Sum of RGB (Red+Green+Blue) = 225+94+17=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15E11 is #1EA1EE. Grayscale: #7C7C7C. Windows color (decimal): -2007535 or 1138401. OLE color: 1138401.

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

Color convert

RGB 225 94 17 -
CMYK 0 0.58 0.92 0.12
HSL 22.21º 0.86% 0.47% -
HSV(B) 22.21º 0.92% 0.88% -
XYZ 35.16 24.05 3.32 -
YUV 124.39 67.4 199.76 -
System Red Green Blue C M Y K H S L
Decimal 225 94 17 0 0.58 0.92 0.12 22.21 0.86 0.47
Hex E1 5E 11 0 3A 5C C 16 56 2F
Octal 341 136 21 0 72 134 14 26 126 57
Binary 11100001 1011110 10001 0 111010 1011100 1100 10110 1010110 101111

Color Harmonies of #E15E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15E11

Black with #E15E11

Text Example


Text Example

White with #E15E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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