Html Css Color HEX #E1640E Persimmon

📋 copy color: '#E1640E'

red 225 ◦ green 100 ◦ blue 14

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

Shades of Persimmon #E1640E

Tints of Persimmon #E1640E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

 BLUE value IS 14 (5.86% from 255) = 4.13%

R = 66.37%
G = 29.5%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1640E (or 0xE1640E) is known color: Persimmon. HEX triplet: E1, 64 and 0E. RGB value is (225,100,14). Sum of RGB (Red+Green+Blue) = 225+100+14=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1640E is #1E9BF1. Grayscale: #808080. Windows color (decimal): -2006002 or 943329. OLE color: 943329.

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

Color convert

RGB 225 100 14 -
CMYK 0 0.56 0.94 0.12
HSL 24.45º 0.88% 0.47% -
HSV(B) 24.45º 0.94% 0.88% -
XYZ 35.69 25.15 3.39 -
YUV 127.57 63.91 197.49 -
System Red Green Blue C M Y K H S L
Decimal 225 100 14 0 0.56 0.94 0.12 24.45 0.88 0.47
Hex E1 64 E 0 38 5E C 18 58 2F
Octal 341 144 16 0 70 136 14 30 130 57
Binary 11100001 1100100 1110 0 111000 1011110 1100 11000 1011000 101111

Color Harmonies of #E1640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1640E

Black with #E1640E

Text Example


Text Example

White with #E1640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1640E; }

 p { color: rgb(225,100,14); }

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

background-color css

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

 a { background-color: rgb(225,100,14); }

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

border-color css

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

 span { border-color: rgb(225,100,14); }

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