Html Css Color HEX #E04601 Persimmon

📋 copy color: '#E04601'

red 224 ◦ green 70 ◦ blue 1

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

Shades of Persimmon #E04601

Tints of Persimmon #E04601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.73%

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

R = 75.93%
G = 23.73%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E04601 (or 0xE04601) is known color: Persimmon. HEX triplet: E0, 46 and 01. RGB value is (224,70,1). Sum of RGB (Red+Green+Blue) = 224+70+1=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E04601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04601 is #1FB9FE. Grayscale: #6C6C6C. Windows color (decimal): -2079231 or 83680. OLE color: 83680.

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

Color convert

RGB 224 70 1 -
CMYK 0 0.69 1.00 0.12
HSL 18.57º 0.99% 0.44% -
HSV(B) 18.57º 1% 0.88% -
XYZ 32.94 20.23 2.2 -
YUV 108.18 67.52 210.61 -
System Red Green Blue C M Y K H S L
Decimal 224 70 1 0 0.69 1.00 0.12 18.57 0.99 0.44
Hex E0 46 1 0 45 64 C 13 63 2C
Octal 340 106 1 0 105 144 14 23 143 54
Binary 11100000 1000110 1 0 1000101 1100100 1100 10011 1100011 101100

Color Harmonies of #E04601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04601

Black with #E04601

Text Example


Text Example

White with #E04601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04601; }

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

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

background-color css

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

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

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

border-color css

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

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

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