Html Css Color HEX #E04E01 Persimmon

📋 copy color: '#E04E01'

red 224 ◦ green 78 ◦ blue 1

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

Shades of Persimmon #E04E01

Tints of Persimmon #E04E01

RGB

 RED value IS 224 (87.89% from 255) = 73.93%

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 73.93%
G = 25.74%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E04E01 (or 0xE04E01) is known color: Persimmon. HEX triplet: E0, 4E and 01. RGB value is (224,78,1). Sum of RGB (Red+Green+Blue) = 224+78+1=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04E01 is #1FB1FE. Grayscale: #717171. Windows color (decimal): -2077183 or 85728. OLE color: 85728.

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

Color convert

RGB 224 78 1 -
CMYK 0 0.65 1.00 0.12
HSL 20.72º 0.99% 0.44% -
HSV(B) 20.72º 1% 0.88% -
XYZ 33.47 21.3 2.38 -
YUV 112.88 64.87 207.26 -
System Red Green Blue C M Y K H S L
Decimal 224 78 1 0 0.65 1.00 0.12 20.72 0.99 0.44
Hex E0 4E 1 0 41 64 C 15 63 2C
Octal 340 116 1 0 101 144 14 25 143 54
Binary 11100000 1001110 1 0 1000001 1100100 1100 10101 1100011 101100

Color Harmonies of #E04E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04E01

Black with #E04E01

Text Example


Text Example

White with #E04E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04E01; }

 p { color: rgb(224,78,1); }

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

background-color css

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

 a { background-color: rgb(224,78,1); }

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

border-color css

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

 span { border-color: rgb(224,78,1); }

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