Html Css Color HEX #E04101 Persimmon

📋 copy color: '#E04101'

red 224 ◦ green 65 ◦ blue 1

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

Shades of Persimmon #E04101

Tints of Persimmon #E04101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.41%

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

R = 77.24%
G = 22.41%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E04101 (or 0xE04101) is known color: Persimmon. HEX triplet: E0, 41 and 01. RGB value is (224,65,1). Sum of RGB (Red+Green+Blue) = 224+65+1=290 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.24% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 224 - color contains mainly: red. Hex color #E04101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04101 is #1FBEFE. Grayscale: #696969. Windows color (decimal): -2080511 or 82400. OLE color: 82400.

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

Color convert

RGB 224 65 1 -
CMYK 0 0.71 1.00 0.12
HSL 17.22º 0.99% 0.44% -
HSV(B) 17.22º 1% 0.88% -
XYZ 32.64 19.63 2.1 -
YUV 105.25 69.18 212.7 -
System Red Green Blue C M Y K H S L
Decimal 224 65 1 0 0.71 1.00 0.12 17.22 0.99 0.44
Hex E0 41 1 0 47 64 C 11 63 2C
Octal 340 101 1 0 107 144 14 21 143 54
Binary 11100000 1000001 1 0 1000111 1100100 1100 10001 1100011 101100

Color Harmonies of #E04101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04101

Black with #E04101

Text Example


Text Example

White with #E04101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04101; }

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

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

background-color css

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

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

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

border-color css

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

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

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