Html Css Color HEX #E25412 Persimmon

📋 copy color: '#E25412'

red 226 ◦ green 84 ◦ blue 18

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

Shades of Persimmon #E25412

Tints of Persimmon #E25412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.61%

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

R = 68.9%
G = 25.61%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E25412 (or 0xE25412) is known color: Persimmon. HEX triplet: E2, 54 and 12. RGB value is (226,84,18). Sum of RGB (Red+Green+Blue) = 226+84+18=328 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.90% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 226 - color contains mainly: red. Hex color #E25412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25412 is #1DABED. Grayscale: #777777. Windows color (decimal): -1944558 or 1201378. OLE color: 1201378.

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

Color convert

RGB 226 84 18 -
CMYK 0 0.63 0.92 0.11
HSL 19.04º 0.85% 0.48% -
HSV(B) 19.04º 0.92% 0.89% -
XYZ 34.64 22.55 3.1 -
YUV 118.93 71.04 204.37 -
System Red Green Blue C M Y K H S L
Decimal 226 84 18 0 0.63 0.92 0.11 19.04 0.85 0.48
Hex E2 54 12 0 3F 5C B 13 55 30
Octal 342 124 22 0 77 134 13 23 125 60
Binary 11100010 1010100 10010 0 111111 1011100 1011 10011 1010101 110000

Color Harmonies of #E25412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25412

Black with #E25412

Text Example


Text Example

White with #E25412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25412; }

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

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

background-color css

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

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

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

border-color css

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

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

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