Html Css Color HEX #E25D14 Persimmon

📋 copy color: '#E25D14'

red 226 ◦ green 93 ◦ blue 20

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

Shades of Persimmon #E25D14

Tints of Persimmon #E25D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.43%

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

R = 66.67%
G = 27.43%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E25D14 (or 0xE25D14) is known color: Persimmon. HEX triplet: E2, 5D and 14. RGB value is (226,93,20). Sum of RGB (Red+Green+Blue) = 226+93+20=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25D14 is #1DA2EB. Grayscale: #7C7C7C. Windows color (decimal): -1942252 or 1334754. OLE color: 1334754.

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

Color convert

RGB 226 93 20 -
CMYK 0 0.59 0.91 0.11
HSL 21.26º 0.84% 0.48% -
HSV(B) 21.26º 0.91% 0.89% -
XYZ 35.4 24.05 3.44 -
YUV 124.45 69.06 200.44 -
System Red Green Blue C M Y K H S L
Decimal 226 93 20 0 0.59 0.91 0.11 21.26 0.84 0.48
Hex E2 5D 14 0 3B 5B B 15 54 30
Octal 342 135 24 0 73 133 13 25 124 60
Binary 11100010 1011101 10100 0 111011 1011011 1011 10101 1010100 110000

Color Harmonies of #E25D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25D14

Black with #E25D14

Text Example


Text Example

White with #E25D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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