Html Css Color HEX #E05804 Persimmon

📋 copy color: '#E05804'

red 224 ◦ green 88 ◦ blue 4

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

Shades of Persimmon #E05804

Tints of Persimmon #E05804

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.85%

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

R = 70.89%
G = 27.85%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E05804 (or 0xE05804) is known color: Persimmon. HEX triplet: E0, 58 and 04. RGB value is (224,88,4). Sum of RGB (Red+Green+Blue) = 224+88+4=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E05804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05804 is #1FA7FB. Grayscale: #777777. Windows color (decimal): -2074620 or 284896. OLE color: 284896.

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

Color convert

RGB 224 88 4 -
CMYK 0 0.61 0.98 0.12
HSL 22.91º 0.96% 0.45% -
HSV(B) 22.91º 0.98% 0.88% -
XYZ 34.25 22.84 2.72 -
YUV 119.09 63.06 202.83 -
System Red Green Blue C M Y K H S L
Decimal 224 88 4 0 0.61 0.98 0.12 22.91 0.96 0.45
Hex E0 58 4 0 3D 62 C 17 60 2D
Octal 340 130 4 0 75 142 14 27 140 55
Binary 11100000 1011000 100 0 111101 1100010 1100 10111 1100000 101101

Color Harmonies of #E05804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05804

Black with #E05804

Text Example


Text Example

White with #E05804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05804; }

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

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

background-color css

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

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

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

border-color css

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

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

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