Html Css Color HEX #E05004 Persimmon

📋 copy color: '#E05004'

red 224 ◦ green 80 ◦ blue 4

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

Shades of Persimmon #E05004

Tints of Persimmon #E05004

RGB

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

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

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

R = 72.73%
G = 25.97%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E05004 (or 0xE05004) is known color: Persimmon. HEX triplet: E0, 50 and 04. RGB value is (224,80,4). Sum of RGB (Red+Green+Blue) = 224+80+4=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E05004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05004 is #1FAFFB. Grayscale: #727272. Windows color (decimal): -2076668 or 282848. OLE color: 282848.

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

Color convert

RGB 224 80 4 -
CMYK 0 0.64 0.98 0.12
HSL 20.73º 0.96% 0.45% -
HSV(B) 20.73º 0.98% 0.88% -
XYZ 33.63 21.59 2.51 -
YUV 114.39 65.71 206.18 -
System Red Green Blue C M Y K H S L
Decimal 224 80 4 0 0.64 0.98 0.12 20.73 0.96 0.45
Hex E0 50 4 0 40 62 C 15 60 2D
Octal 340 120 4 0 100 142 14 25 140 55
Binary 11100000 1010000 100 0 1000000 1100010 1100 10101 1100000 101101

Color Harmonies of #E05004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05004

Black with #E05004

Text Example


Text Example

White with #E05004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05004; }

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

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

background-color css

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

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

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

border-color css

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

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

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