Html Css Color HEX #E04801 Persimmon

📋 copy color: '#E04801'

red 224 ◦ green 72 ◦ blue 1

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

Shades of Persimmon #E04801

Tints of Persimmon #E04801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.24%

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

R = 75.42%
G = 24.24%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E04801 (or 0xE04801) is known color: Persimmon. HEX triplet: E0, 48 and 01. RGB value is (224,72,1). Sum of RGB (Red+Green+Blue) = 224+72+1=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E04801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04801 is #1FB7FE. Grayscale: #6D6D6D. Windows color (decimal): -2078719 or 84192. OLE color: 84192.

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

Color convert

RGB 224 72 1 -
CMYK 0 0.68 1.00 0.12
HSL 19.1º 0.99% 0.44% -
HSV(B) 19.1º 1% 0.88% -
XYZ 33.06 20.48 2.24 -
YUV 109.35 66.86 209.77 -
System Red Green Blue C M Y K H S L
Decimal 224 72 1 0 0.68 1.00 0.12 19.1 0.99 0.44
Hex E0 48 1 0 44 64 C 13 63 2C
Octal 340 110 1 0 104 144 14 23 143 54
Binary 11100000 1001000 1 0 1000100 1100100 1100 10011 1100011 101100

Color Harmonies of #E04801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04801

Black with #E04801

Text Example


Text Example

White with #E04801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04801; }

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

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

background-color css

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

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

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

border-color css

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

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

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