Html Css Color HEX #E5420E Persimmon

📋 copy color: '#E5420E'

red 229 ◦ green 66 ◦ blue 14

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

Shades of Persimmon #E5420E

Tints of Persimmon #E5420E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.36%

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

R = 74.11%
G = 21.36%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5420E (or 0xE5420E) is known color: Persimmon. HEX triplet: E5, 42 and 0E. RGB value is (229,66,14). Sum of RGB (Red+Green+Blue) = 229+66+14=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E5420E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5420E is #1ABDF1. Grayscale: #6D6D6D. Windows color (decimal): -1752562 or 934629. OLE color: 934629.

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

Color convert

RGB 229 66 14 -
CMYK 0 0.71 0.94 0.10
HSL 14.51º 0.88% 0.48% -
HSV(B) 14.51º 0.94% 0.9% -
XYZ 34.34 20.59 2.58 -
YUV 108.81 74.5 213.73 -
System Red Green Blue C M Y K H S L
Decimal 229 66 14 0 0.71 0.94 0.10 14.51 0.88 0.48
Hex E5 42 E 0 47 5E A F 58 30
Octal 345 102 16 0 107 136 12 17 130 60
Binary 11100101 1000010 1110 0 1000111 1011110 1010 1111 1011000 110000

Color Harmonies of #E5420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5420E

Black with #E5420E

Text Example


Text Example

White with #E5420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5420E; }

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

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

background-color css

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

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

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

border-color css

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

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

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