Html Css Color HEX #E14610 Persimmon

📋 copy color: '#E14610'

red 225 ◦ green 70 ◦ blue 16

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

Shades of Persimmon #E14610

Tints of Persimmon #E14610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.51%

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

R = 72.35%
G = 22.51%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E14610 (or 0xE14610) is known color: Persimmon. HEX triplet: E1, 46 and 10. RGB value is (225,70,16). Sum of RGB (Red+Green+Blue) = 225+70+16=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E14610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14610 is #1EB9EF. Grayscale: #6E6E6E. Windows color (decimal): -2013680 or 1066721. OLE color: 1066721.

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

Color convert

RGB 225 70 16 -
CMYK 0 0.69 0.93 0.12
HSL 15.5º 0.87% 0.47% -
HSV(B) 15.5º 0.93% 0.88% -
XYZ 33.34 20.43 2.68 -
YUV 110.19 74.85 209.89 -
System Red Green Blue C M Y K H S L
Decimal 225 70 16 0 0.69 0.93 0.12 15.5 0.87 0.47
Hex E1 46 10 0 45 5D C 10 57 2F
Octal 341 106 20 0 105 135 14 20 127 57
Binary 11100001 1000110 10000 0 1000101 1011101 1100 10000 1010111 101111

Color Harmonies of #E14610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14610

Black with #E14610

Text Example


Text Example

White with #E14610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14610; }

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

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

background-color css

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

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

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

border-color css

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

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

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