Html Css Color HEX #E15A12 Persimmon

📋 copy color: '#E15A12'

red 225 ◦ green 90 ◦ blue 18

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

Shades of Persimmon #E15A12

Tints of Persimmon #E15A12

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

 BLUE value IS 18 (7.42% from 255) = 5.41%

R = 67.57%
G = 27.03%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E15A12 (or 0xE15A12) is known color: Persimmon. HEX triplet: E1, 5A and 12. RGB value is (225,90,18). Sum of RGB (Red+Green+Blue) = 225+90+18=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15A12 is #1EA5ED. Grayscale: #7A7A7A. Windows color (decimal): -2008558 or 1202913. OLE color: 1202913.

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

Color convert

RGB 225 90 18 -
CMYK 0 0.60 0.92 0.12
HSL 20.87º 0.85% 0.48% -
HSV(B) 20.87º 0.92% 0.88% -
XYZ 34.82 23.36 3.25 -
YUV 122.16 69.23 201.35 -
System Red Green Blue C M Y K H S L
Decimal 225 90 18 0 0.60 0.92 0.12 20.87 0.85 0.48
Hex E1 5A 12 0 3C 5C C 15 55 30
Octal 341 132 22 0 74 134 14 25 125 60
Binary 11100001 1011010 10010 0 111100 1011100 1100 10101 1010101 110000

Color Harmonies of #E15A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A12

Black with #E15A12

Text Example


Text Example

White with #E15A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A12; }

 p { color: rgb(225,90,18); }

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

background-color css

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

 a { background-color: rgb(225,90,18); }

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

border-color css

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

 span { border-color: rgb(225,90,18); }

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