Html Css Color HEX #E5440E Persimmon

📋 copy color: '#E5440E'

red 229 ◦ green 68 ◦ blue 14

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

Shades of Persimmon #E5440E

Tints of Persimmon #E5440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.86%

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

R = 73.63%
G = 21.86%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5440E (or 0xE5440E) is known color: Persimmon. HEX triplet: E5, 44 and 0E. RGB value is (229,68,14). Sum of RGB (Red+Green+Blue) = 229+68+14=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E5440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5440E is #1ABBF1. Grayscale: #6E6E6E. Windows color (decimal): -1752050 or 935141. OLE color: 935141.

HSL color Cylindrical-coordinate representation of color #E5440E: hue angle of 15.07º 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 #E5440E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 68 14 -
CMYK 0 0.70 0.94 0.10
HSL 15.07º 0.88% 0.48% -
HSV(B) 15.07º 0.94% 0.9% -
XYZ 34.46 20.82 2.62 -
YUV 109.98 73.84 212.89 -
System Red Green Blue C M Y K H S L
Decimal 229 68 14 0 0.70 0.94 0.10 15.07 0.88 0.48
Hex E5 44 E 0 46 5E A F 58 30
Octal 345 104 16 0 106 136 12 17 130 60
Binary 11100101 1000100 1110 0 1000110 1011110 1010 1111 1011000 110000

Color Harmonies of #E5440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5440E

Black with #E5440E

Text Example


Text Example

White with #E5440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5440E; }

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

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

background-color css

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

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

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

border-color css

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

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

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