Html Css Color HEX #E5640E Persimmon

📋 copy color: '#E5640E'

red 229 ◦ green 100 ◦ blue 14

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

Shades of Persimmon #E5640E

Tints of Persimmon #E5640E

RGB

 RED value IS 229 (89.84% from 255) = 66.76%

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

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

R = 66.76%
G = 29.15%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5640E (or 0xE5640E) is known color: Persimmon. HEX triplet: E5, 64 and 0E. RGB value is (229,100,14). Sum of RGB (Red+Green+Blue) = 229+100+14=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E5640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5640E is #1A9BF1. Grayscale: #818181. Windows color (decimal): -1743858 or 943333. OLE color: 943333.

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

Color convert

RGB 229 100 14 -
CMYK 0 0.56 0.94 0.10
HSL 24º 0.88% 0.48% -
HSV(B) 24º 0.94% 0.9% -
XYZ 36.95 25.8 3.45 -
YUV 128.77 63.24 199.49 -
System Red Green Blue C M Y K H S L
Decimal 229 100 14 0 0.56 0.94 0.10 24 0.88 0.48
Hex E5 64 E 0 38 5E A 18 58 30
Octal 345 144 16 0 70 136 12 30 130 60
Binary 11100101 1100100 1110 0 111000 1011110 1010 11000 1011000 110000

Color Harmonies of #E5640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5640E

Black with #E5640E

Text Example


Text Example

White with #E5640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5640E; }

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

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

background-color css

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

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

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

border-color css

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

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

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