Html Css Color HEX #E14A11 Persimmon

📋 copy color: '#E14A11'

red 225 ◦ green 74 ◦ blue 17

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

Shades of Persimmon #E14A11

Tints of Persimmon #E14A11

RGB

 RED value IS 225 (88.28% from 255) = 71.2%

 GREEN value IS 74 (29.3% from 255) = 23.42%

 BLUE value IS 17 (7.03% from 255) = 5.38%

R = 71.2%
G = 23.42%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E14A11 (or 0xE14A11) is known color: Persimmon. HEX triplet: E1, 4A and 11. RGB value is (225,74,17). Sum of RGB (Red+Green+Blue) = 225+74+17=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14A11 is #1EB5EE. Grayscale: #717171. Windows color (decimal): -2012655 or 1133281. OLE color: 1133281.

HSL color Cylindrical-coordinate representation of color #E14A11: hue angle of 16.44º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E14A11 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 74 17 -
CMYK 0 0.67 0.92 0.12
HSL 16.44º 0.86% 0.47% -
HSV(B) 16.44º 0.92% 0.88% -
XYZ 33.6 20.95 2.8 -
YUV 112.65 74.03 208.13 -
System Red Green Blue C M Y K H S L
Decimal 225 74 17 0 0.67 0.92 0.12 16.44 0.86 0.47
Hex E1 4A 11 0 43 5C C 10 56 2F
Octal 341 112 21 0 103 134 14 20 126 57
Binary 11100001 1001010 10001 0 1000011 1011100 1100 10000 1010110 101111

Color Harmonies of #E14A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14A11

Black with #E14A11

Text Example


Text Example

White with #E14A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14A11; }

 p { color: rgb(225,74,17); }

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

background-color css

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

 a { background-color: rgb(225,74,17); }

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

border-color css

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

 span { border-color: rgb(225,74,17); }

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