Html Css Color HEX #E25612 Persimmon

📋 copy color: '#E25612'

red 226 ◦ green 86 ◦ blue 18

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

Shades of Persimmon #E25612

Tints of Persimmon #E25612

RGB

 RED value IS 226 (88.67% from 255) = 68.48%

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

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

R = 68.48%
G = 26.06%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E25612 (or 0xE25612) is known color: Persimmon. HEX triplet: E2, 56 and 12. RGB value is (226,86,18). Sum of RGB (Red+Green+Blue) = 226+86+18=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E25612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25612 is #1DA9ED. Grayscale: #787878. Windows color (decimal): -1944046 or 1201890. OLE color: 1201890.

HSL color Cylindrical-coordinate representation of color #E25612: hue angle of 19.62º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E25612 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 86 18 -
CMYK 0 0.62 0.92 0.11
HSL 19.62º 0.85% 0.48% -
HSV(B) 19.62º 0.92% 0.89% -
XYZ 34.8 22.87 3.15 -
YUV 120.11 70.38 203.53 -
System Red Green Blue C M Y K H S L
Decimal 226 86 18 0 0.62 0.92 0.11 19.62 0.85 0.48
Hex E2 56 12 0 3E 5C B 14 55 30
Octal 342 126 22 0 76 134 13 24 125 60
Binary 11100010 1010110 10010 0 111110 1011100 1011 10100 1010101 110000

Color Harmonies of #E25612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25612

Black with #E25612

Text Example


Text Example

White with #E25612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25612; }

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

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

background-color css

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

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

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

border-color css

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

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

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