Html Css Color HEX #E14E00 Persimmon

📋 copy color: '#E14E00'

red 225 ◦ green 78 ◦ blue 0

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

Shades of Persimmon #E14E00

Tints of Persimmon #E14E00

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.26%
G = 25.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E14E00 (or 0xE14E00) is known color: Persimmon. HEX triplet: E1, 4E and 00. RGB value is (225,78,0). Sum of RGB (Red+Green+Blue) = 225+78+0=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14E00 is #1EB1FF. Grayscale: #717171. Windows color (decimal): -2011648 or 20193. OLE color: 20193.

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

Color convert

RGB 225 78 0 -
CMYK 0 0.65 1 0.12
HSL 20.8º 1% 0.44% -
HSV(B) 20.8º 1% 0.88% -
XYZ 33.78 21.46 2.36 -
YUV 113.06 64.2 207.84 -
System Red Green Blue C M Y K H S L
Decimal 225 78 0 0 0.65 1 0.12 20.8 1 0.44
Hex E1 4E 0 0 41 64 C 15 64 2C
Octal 341 116 0 0 101 144 14 25 144 54
Binary 11100001 1001110 0 0 1000001 1100100 1100 10101 1100100 101100

Color Harmonies of #E14E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14E00

Black with #E14E00

Text Example


Text Example

White with #E14E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14E00; }

 p { color: rgb(225,78,0); }

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

background-color css

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

 a { background-color: rgb(225,78,0); }

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

border-color css

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

 span { border-color: rgb(225,78,0); }

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