Html Css Color HEX #E14710 Persimmon

📋 copy color: '#E14710'

red 225 ◦ green 71 ◦ blue 16

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

Shades of Persimmon #E14710

Tints of Persimmon #E14710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 72.12%
G = 22.76%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E14710 (or 0xE14710) is known color: Persimmon. HEX triplet: E1, 47 and 10. RGB value is (225,71,16). Sum of RGB (Red+Green+Blue) = 225+71+16=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E14710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14710 is #1EB8EF. Grayscale: #6F6F6F. Windows color (decimal): -2013424 or 1066977. OLE color: 1066977.

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

Color convert

RGB 225 71 16 -
CMYK 0 0.68 0.93 0.12
HSL 15.79º 0.87% 0.47% -
HSV(B) 15.79º 0.93% 0.88% -
XYZ 33.4 20.55 2.7 -
YUV 110.78 74.52 209.47 -
System Red Green Blue C M Y K H S L
Decimal 225 71 16 0 0.68 0.93 0.12 15.79 0.87 0.47
Hex E1 47 10 0 44 5D C 10 57 2F
Octal 341 107 20 0 104 135 14 20 127 57
Binary 11100001 1000111 10000 0 1000100 1011101 1100 10000 1010111 101111

Color Harmonies of #E14710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14710

Black with #E14710

Text Example


Text Example

White with #E14710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14710; }

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

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

background-color css

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

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

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

border-color css

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

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

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