Html Css Color HEX #E04104 Persimmon

📋 copy color: '#E04104'

red 224 ◦ green 65 ◦ blue 4

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

Shades of Persimmon #E04104

Tints of Persimmon #E04104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 76.45%
G = 22.18%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E04104 (or 0xE04104) is known color: Persimmon. HEX triplet: E0, 41 and 04. RGB value is (224,65,4). Sum of RGB (Red+Green+Blue) = 224+65+4=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E04104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04104 is #1FBEFB. Grayscale: #696969. Windows color (decimal): -2080508 or 279008. OLE color: 279008.

HSL color Cylindrical-coordinate representation of color #E04104: hue angle of 16.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E04104 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 65 4 -
CMYK 0 0.71 0.98 0.12
HSL 16.64º 0.96% 0.45% -
HSV(B) 16.64º 0.98% 0.88% -
XYZ 32.65 19.64 2.18 -
YUV 105.59 70.68 212.46 -
System Red Green Blue C M Y K H S L
Decimal 224 65 4 0 0.71 0.98 0.12 16.64 0.96 0.45
Hex E0 41 4 0 47 62 C 11 60 2D
Octal 340 101 4 0 107 142 14 21 140 55
Binary 11100000 1000001 100 0 1000111 1100010 1100 10001 1100000 101101

Color Harmonies of #E04104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04104

Black with #E04104

Text Example


Text Example

White with #E04104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04104; }

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

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

background-color css

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

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

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

border-color css

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

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

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