Html Css Color HEX #E05A09 Persimmon

📋 copy color: '#E05A09'

red 224 ◦ green 90 ◦ blue 9

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

Shades of Persimmon #E05A09

Tints of Persimmon #E05A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.79%

R = 69.35%
G = 27.86%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E05A09 (or 0xE05A09) is known color: Persimmon. HEX triplet: E0, 5A and 09. RGB value is (224,90,9). Sum of RGB (Red+Green+Blue) = 224+90+9=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05A09 is #1FA5F6. Grayscale: #797979. Windows color (decimal): -2074103 or 613088. OLE color: 613088.

HSL color Cylindrical-coordinate representation of color #E05A09: hue angle of 22.6º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E05A09 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 90 9 -
CMYK 0 0.60 0.96 0.12
HSL 22.6º 0.92% 0.46% -
HSV(B) 22.6º 0.96% 0.88% -
XYZ 34.45 23.18 2.92 -
YUV 120.83 64.89 201.59 -
System Red Green Blue C M Y K H S L
Decimal 224 90 9 0 0.60 0.96 0.12 22.6 0.92 0.46
Hex E0 5A 9 0 3C 60 C 17 5C 2E
Octal 340 132 11 0 74 140 14 27 134 56
Binary 11100000 1011010 1001 0 111100 1100000 1100 10111 1011100 101110

Color Harmonies of #E05A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05A09

Black with #E05A09

Text Example


Text Example

White with #E05A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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