Html Css Color HEX #E14712 Persimmon

📋 copy color: '#E14712'

red 225 ◦ green 71 ◦ blue 18

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

Shades of Persimmon #E14712

Tints of Persimmon #E14712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.61%

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

R = 71.66%
G = 22.61%
B = 5.73%

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

#E14712 (or 0xE14712) is known color: Persimmon. HEX triplet: E1, 47 and 12. RGB value is (225,71,18). Sum of RGB (Red+Green+Blue) = 225+71+18=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E14712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14712 is #1EB8ED. Grayscale: #6F6F6F. Windows color (decimal): -2013422 or 1198049. OLE color: 1198049.

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

Color convert

RGB 225 71 18 -
CMYK 0 0.68 0.92 0.12
HSL 15.36º 0.85% 0.48% -
HSV(B) 15.36º 0.92% 0.88% -
XYZ 33.41 20.56 2.78 -
YUV 111 75.52 209.31 -
System Red Green Blue C M Y K H S L
Decimal 225 71 18 0 0.68 0.92 0.12 15.36 0.85 0.48
Hex E1 47 12 0 44 5C C F 55 30
Octal 341 107 22 0 104 134 14 17 125 60
Binary 11100001 1000111 10010 0 1000100 1011100 1100 1111 1010101 110000

Color Harmonies of #E14712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14712

Black with #E14712

Text Example


Text Example

White with #E14712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14712; }

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

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

background-color css

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

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

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

border-color css

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

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

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