Html Css Color HEX #E25614 Persimmon

📋 copy color: '#E25614'

red 226 ◦ green 86 ◦ blue 20

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

Shades of Persimmon #E25614

Tints of Persimmon #E25614

RGB

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

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

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

R = 68.07%
G = 25.9%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E25614 (or 0xE25614) is known color: Persimmon. HEX triplet: E2, 56 and 14. RGB value is (226,86,20). Sum of RGB (Red+Green+Blue) = 226+86+20=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E25614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25614 is #1DA9EB. Grayscale: #787878. Windows color (decimal): -1944044 or 1332962. OLE color: 1332962.

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

Color convert

RGB 226 86 20 -
CMYK 0 0.62 0.91 0.11
HSL 19.22º 0.84% 0.48% -
HSV(B) 19.22º 0.91% 0.89% -
XYZ 34.82 22.87 3.24 -
YUV 120.34 71.38 203.37 -
System Red Green Blue C M Y K H S L
Decimal 226 86 20 0 0.62 0.91 0.11 19.22 0.84 0.48
Hex E2 56 14 0 3E 5B B 13 54 30
Octal 342 126 24 0 76 133 13 23 124 60
Binary 11100010 1010110 10100 0 111110 1011011 1011 10011 1010100 110000

Color Harmonies of #E25614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25614

Black with #E25614

Text Example


Text Example

White with #E25614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25614; }

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

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

background-color css

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

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

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

border-color css

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

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

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