Html Css Color HEX #E05A05 Persimmon

📋 copy color: '#E05A05'

red 224 ◦ green 90 ◦ blue 5

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

Shades of Persimmon #E05A05

Tints of Persimmon #E05A05

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.21%

 BLUE value IS 5 (2.34% from 255) = 1.57%

R = 70.22%
G = 28.21%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E05A05 (or 0xE05A05) is known color: Persimmon. HEX triplet: E0, 5A and 05. RGB value is (224,90,5). Sum of RGB (Red+Green+Blue) = 224+90+5=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05A05 is #1FA5FA. Grayscale: #787878. Windows color (decimal): -2074107 or 350944. OLE color: 350944.

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

Color convert

RGB 224 90 5 -
CMYK 0 0.60 0.98 0.12
HSL 23.29º 0.96% 0.45% -
HSV(B) 23.29º 0.98% 0.88% -
XYZ 34.42 23.17 2.8 -
YUV 120.38 62.89 201.91 -
System Red Green Blue C M Y K H S L
Decimal 224 90 5 0 0.60 0.98 0.12 23.29 0.96 0.45
Hex E0 5A 5 0 3C 62 C 17 60 2D
Octal 340 132 5 0 74 142 14 27 140 55
Binary 11100000 1011010 101 0 111100 1100010 1100 10111 1100000 101101

Color Harmonies of #E05A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A05

Black with #E05A05

Text Example


Text Example

White with #E05A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A05; }

 p { color: rgb(224,90,5); }

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

background-color css

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

 a { background-color: rgb(224,90,5); }

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

border-color css

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

 span { border-color: rgb(224,90,5); }

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