Html Css Color HEX #E15C12 Persimmon

📋 copy color: '#E15C12'

red 225 ◦ green 92 ◦ blue 18

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

Shades of Persimmon #E15C12

Tints of Persimmon #E15C12

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.46%

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

R = 67.16%
G = 27.46%
B = 5.37%

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

#E15C12 (or 0xE15C12) is known color: Persimmon. HEX triplet: E1, 5C and 12. RGB value is (225,92,18). Sum of RGB (Red+Green+Blue) = 225+92+18=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15C12 is #1EA3ED. Grayscale: #7B7B7B. Windows color (decimal): -2008046 or 1203425. OLE color: 1203425.

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

Color convert

RGB 225 92 18 -
CMYK 0 0.59 0.92 0.12
HSL 21.45º 0.85% 0.48% -
HSV(B) 21.45º 0.92% 0.88% -
XYZ 34.99 23.71 3.3 -
YUV 123.33 68.56 200.52 -
System Red Green Blue C M Y K H S L
Decimal 225 92 18 0 0.59 0.92 0.12 21.45 0.85 0.48
Hex E1 5C 12 0 3B 5C C 15 55 30
Octal 341 134 22 0 73 134 14 25 125 60
Binary 11100001 1011100 10010 0 111011 1011100 1100 10101 1010101 110000

Color Harmonies of #E15C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C12

Black with #E15C12

Text Example


Text Example

White with #E15C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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