Html Css Color HEX #E05504 Persimmon

📋 copy color: '#E05504'

red 224 ◦ green 85 ◦ blue 4

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

Shades of Persimmon #E05504

Tints of Persimmon #E05504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.16%

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

R = 71.57%
G = 27.16%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E05504 (or 0xE05504) is known color: Persimmon. HEX triplet: E0, 55 and 04. RGB value is (224,85,4). Sum of RGB (Red+Green+Blue) = 224+85+4=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E05504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05504 is #1FAAFB. Grayscale: #757575. Windows color (decimal): -2075388 or 284128. OLE color: 284128.

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

Color convert

RGB 224 85 4 -
CMYK 0 0.62 0.98 0.12
HSL 22.09º 0.96% 0.45% -
HSV(B) 22.09º 0.98% 0.88% -
XYZ 34.01 22.35 2.64 -
YUV 117.33 64.05 204.09 -
System Red Green Blue C M Y K H S L
Decimal 224 85 4 0 0.62 0.98 0.12 22.09 0.96 0.45
Hex E0 55 4 0 3E 62 C 16 60 2D
Octal 340 125 4 0 76 142 14 26 140 55
Binary 11100000 1010101 100 0 111110 1100010 1100 10110 1100000 101101

Color Harmonies of #E05504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05504

Black with #E05504

Text Example


Text Example

White with #E05504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05504; }

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

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

background-color css

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

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

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

border-color css

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

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

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