Html Css Color HEX #E15512 Persimmon

📋 copy color: '#E15512'

red 225 ◦ green 85 ◦ blue 18

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

Shades of Persimmon #E15512

Tints of Persimmon #E15512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.91%

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

R = 68.6%
G = 25.91%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E15512 (or 0xE15512) is known color: Persimmon. HEX triplet: E1, 55 and 12. RGB value is (225,85,18). Sum of RGB (Red+Green+Blue) = 225+85+18=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E15512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15512 is #1EAAED. Grayscale: #777777. Windows color (decimal): -2009838 or 1201633. OLE color: 1201633.

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

Color convert

RGB 225 85 18 -
CMYK 0 0.62 0.92 0.12
HSL 19.42º 0.85% 0.48% -
HSV(B) 19.42º 0.92% 0.88% -
XYZ 34.41 22.55 3.11 -
YUV 119.22 70.88 203.45 -
System Red Green Blue C M Y K H S L
Decimal 225 85 18 0 0.62 0.92 0.12 19.42 0.85 0.48
Hex E1 55 12 0 3E 5C C 13 55 30
Octal 341 125 22 0 76 134 14 23 125 60
Binary 11100001 1010101 10010 0 111110 1011100 1100 10011 1010101 110000

Color Harmonies of #E15512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15512

Black with #E15512

Text Example


Text Example

White with #E15512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15512; }

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

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

background-color css

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

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

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

border-color css

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

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

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