Html Css Color HEX #E15612 Persimmon

📋 copy color: '#E15612'

red 225 ◦ green 86 ◦ blue 18

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

Shades of Persimmon #E15612

Tints of Persimmon #E15612

RGB

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

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

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

R = 68.39%
G = 26.14%
B = 5.47%

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

#E15612 (or 0xE15612) is known color: Persimmon. HEX triplet: E1, 56 and 12. RGB value is (225,86,18). Sum of RGB (Red+Green+Blue) = 225+86+18=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E15612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15612 is #1EA9ED. Grayscale: #787878. Windows color (decimal): -2009582 or 1201889. OLE color: 1201889.

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

Color convert

RGB 225 86 18 -
CMYK 0 0.62 0.92 0.12
HSL 19.71º 0.85% 0.48% -
HSV(B) 19.71º 0.92% 0.88% -
XYZ 34.49 22.71 3.14 -
YUV 119.81 70.55 203.03 -
System Red Green Blue C M Y K H S L
Decimal 225 86 18 0 0.62 0.92 0.12 19.71 0.85 0.48
Hex E1 56 12 0 3E 5C C 14 55 30
Octal 341 126 22 0 76 134 14 24 125 60
Binary 11100001 1010110 10010 0 111110 1011100 1100 10100 1010101 110000

Color Harmonies of #E15612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15612

Black with #E15612

Text Example


Text Example

White with #E15612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15612; }

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

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

background-color css

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

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

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

border-color css

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

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

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