Html Css Color HEX #E25414 Persimmon

📋 copy color: '#E25414'

red 226 ◦ green 84 ◦ blue 20

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

Shades of Persimmon #E25414

Tints of Persimmon #E25414

RGB

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

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

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

R = 68.48%
G = 25.45%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E25414 (or 0xE25414) is known color: Persimmon. HEX triplet: E2, 54 and 14. RGB value is (226,84,20). Sum of RGB (Red+Green+Blue) = 226+84+20=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E25414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25414 is #1DABEB. Grayscale: #777777. Windows color (decimal): -1944556 or 1332450. OLE color: 1332450.

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

Color convert

RGB 226 84 20 -
CMYK 0 0.63 0.91 0.11
HSL 18.64º 0.84% 0.48% -
HSV(B) 18.64º 0.91% 0.89% -
XYZ 34.66 22.56 3.19 -
YUV 119.16 72.04 204.2 -
System Red Green Blue C M Y K H S L
Decimal 226 84 20 0 0.63 0.91 0.11 18.64 0.84 0.48
Hex E2 54 14 0 3F 5B B 13 54 30
Octal 342 124 24 0 77 133 13 23 124 60
Binary 11100010 1010100 10100 0 111111 1011011 1011 10011 1010100 110000

Color Harmonies of #E25414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25414

Black with #E25414

Text Example


Text Example

White with #E25414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25414; }

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

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

background-color css

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

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

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

border-color css

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

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

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