Html Css Color HEX #E14912 Persimmon

📋 copy color: '#E14912'

red 225 ◦ green 73 ◦ blue 18

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

Shades of Persimmon #E14912

Tints of Persimmon #E14912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.1%

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

R = 71.2%
G = 23.1%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E14912 (or 0xE14912) is known color: Persimmon. HEX triplet: E1, 49 and 12. RGB value is (225,73,18). Sum of RGB (Red+Green+Blue) = 225+73+18=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E14912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14912 is #1EB6ED. Grayscale: #707070. Windows color (decimal): -2012910 or 1198561. OLE color: 1198561.

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

Color convert

RGB 225 73 18 -
CMYK 0 0.68 0.92 0.12
HSL 15.94º 0.85% 0.48% -
HSV(B) 15.94º 0.92% 0.88% -
XYZ 33.54 20.82 2.82 -
YUV 112.18 74.86 208.47 -
System Red Green Blue C M Y K H S L
Decimal 225 73 18 0 0.68 0.92 0.12 15.94 0.85 0.48
Hex E1 49 12 0 44 5C C 10 55 30
Octal 341 111 22 0 104 134 14 20 125 60
Binary 11100001 1001001 10010 0 1000100 1011100 1100 10000 1010101 110000

Color Harmonies of #E14912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14912

Black with #E14912

Text Example


Text Example

White with #E14912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14912; }

 p { color: rgb(225,73,18); }

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

background-color css

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

 a { background-color: rgb(225,73,18); }

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

border-color css

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

 span { border-color: rgb(225,73,18); }

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