Html Css Color HEX #E15D11 Persimmon

📋 copy color: '#E15D11'

red 225 ◦ green 93 ◦ blue 17

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

Shades of Persimmon #E15D11

Tints of Persimmon #E15D11

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.76%

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

R = 67.16%
G = 27.76%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E15D11 (or 0xE15D11) is known color: Persimmon. HEX triplet: E1, 5D and 11. RGB value is (225,93,17). Sum of RGB (Red+Green+Blue) = 225+93+17=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15D11 is #1EA2EE. Grayscale: #7C7C7C. Windows color (decimal): -2007791 or 1138145. OLE color: 1138145.

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

Color convert

RGB 225 93 17 -
CMYK 0 0.59 0.92 0.12
HSL 21.92º 0.86% 0.47% -
HSV(B) 21.92º 0.92% 0.88% -
XYZ 35.07 23.88 3.29 -
YUV 123.8 67.73 200.18 -
System Red Green Blue C M Y K H S L
Decimal 225 93 17 0 0.59 0.92 0.12 21.92 0.86 0.47
Hex E1 5D 11 0 3B 5C C 16 56 2F
Octal 341 135 21 0 73 134 14 26 126 57
Binary 11100001 1011101 10001 0 111011 1011100 1100 10110 1010110 101111

Color Harmonies of #E15D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15D11

Black with #E15D11

Text Example


Text Example

White with #E15D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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