Html Css Color HEX #E15412 Persimmon

📋 copy color: '#E15412'

red 225 ◦ green 84 ◦ blue 18

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

Shades of Persimmon #E15412

Tints of Persimmon #E15412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.69%

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

R = 68.81%
G = 25.69%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E15412 (or 0xE15412) is known color: Persimmon. HEX triplet: E1, 54 and 12. RGB value is (225,84,18). Sum of RGB (Red+Green+Blue) = 225+84+18=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E15412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15412 is #1EABED. Grayscale: #777777. Windows color (decimal): -2010094 or 1201377. OLE color: 1201377.

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

Color convert

RGB 225 84 18 -
CMYK 0 0.63 0.92 0.12
HSL 19.13º 0.85% 0.48% -
HSV(B) 19.13º 0.92% 0.88% -
XYZ 34.33 22.39 3.08 -
YUV 118.64 71.21 203.87 -
System Red Green Blue C M Y K H S L
Decimal 225 84 18 0 0.63 0.92 0.12 19.13 0.85 0.48
Hex E1 54 12 0 3F 5C C 13 55 30
Octal 341 124 22 0 77 134 14 23 125 60
Binary 11100001 1010100 10010 0 111111 1011100 1100 10011 1010101 110000

Color Harmonies of #E15412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15412

Black with #E15412

Text Example


Text Example

White with #E15412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15412; }

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

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

background-color css

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

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

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

border-color css

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

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

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