Html Css Color HEX #E55004 Persimmon

📋 copy color: '#E55004'

red 229 ◦ green 80 ◦ blue 4

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

Shades of Persimmon #E55004

Tints of Persimmon #E55004

RGB

 RED value IS 229 (89.84% from 255) = 73.16%

 GREEN value IS 80 (31.64% from 255) = 25.56%

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

R = 73.16%
G = 25.56%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E55004 (or 0xE55004) is known color: Persimmon. HEX triplet: E5, 50 and 04. RGB value is (229,80,4). Sum of RGB (Red+Green+Blue) = 229+80+4=313 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.16% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 229 - color contains mainly: red. Hex color #E55004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55004 is #1AAFFB. Grayscale: #747474. Windows color (decimal): -1748988 or 282853. OLE color: 282853.

HSL color Cylindrical-coordinate representation of color #E55004: hue angle of 20.27º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E55004 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 80 4 -
CMYK 0 0.65 0.98 0.10
HSL 20.27º 0.97% 0.46% -
HSV(B) 20.27º 0.98% 0.9% -
XYZ 35.2 22.4 2.58 -
YUV 115.89 64.86 208.68 -
System Red Green Blue C M Y K H S L
Decimal 229 80 4 0 0.65 0.98 0.10 20.27 0.97 0.46
Hex E5 50 4 0 41 62 A 14 61 2E
Octal 345 120 4 0 101 142 12 24 141 56
Binary 11100101 1010000 100 0 1000001 1100010 1010 10100 1100001 101110

Color Harmonies of #E55004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55004

Black with #E55004

Text Example


Text Example

White with #E55004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55004; }

 p { color: rgb(229,80,4); }

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

background-color css

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

 a { background-color: rgb(229,80,4); }

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

border-color css

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

 span { border-color: rgb(229,80,4); }

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