Html Css Color HEX #E15614 Persimmon

📋 copy color: '#E15614'

red 225 ◦ green 86 ◦ blue 20

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

Shades of Persimmon #E15614

Tints of Persimmon #E15614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.98%

 BLUE value IS 20 (8.2% from 255) = 6.04%

R = 67.98%
G = 25.98%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E15614 (or 0xE15614) is known color: Persimmon. HEX triplet: E1, 56 and 14. RGB value is (225,86,20). Sum of RGB (Red+Green+Blue) = 225+86+20=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E15614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15614 is #1EA9EB. Grayscale: #787878. Windows color (decimal): -2009580 or 1332961. OLE color: 1332961.

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

Color convert

RGB 225 86 20 -
CMYK 0 0.62 0.91 0.12
HSL 19.32º 0.84% 0.48% -
HSV(B) 19.32º 0.91% 0.88% -
XYZ 34.51 22.71 3.23 -
YUV 120.04 71.55 202.87 -
System Red Green Blue C M Y K H S L
Decimal 225 86 20 0 0.62 0.91 0.12 19.32 0.84 0.48
Hex E1 56 14 0 3E 5B C 13 54 30
Octal 341 126 24 0 76 133 14 23 124 60
Binary 11100001 1010110 10100 0 111110 1011011 1100 10011 1010100 110000

Color Harmonies of #E15614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15614

Black with #E15614

Text Example


Text Example

White with #E15614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15614; }

 p { color: rgb(225,86,20); }

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

background-color css

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

 a { background-color: rgb(225,86,20); }

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

border-color css

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

 span { border-color: rgb(225,86,20); }

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