Html Css Color HEX #E05F09 Persimmon

📋 copy color: '#E05F09'

red 224 ◦ green 95 ◦ blue 9

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

Shades of Persimmon #E05F09

Tints of Persimmon #E05F09

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

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

R = 68.29%
G = 28.96%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E05F09 (or 0xE05F09) is known color: Persimmon. HEX triplet: E0, 5F and 09. RGB value is (224,95,9). Sum of RGB (Red+Green+Blue) = 224+95+9=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05F09 is #1FA0F6. Grayscale: #7C7C7C. Windows color (decimal): -2072823 or 614368. OLE color: 614368.

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

Color convert

RGB 224 95 9 -
CMYK 0 0.58 0.96 0.12
HSL 24º 0.92% 0.46% -
HSV(B) 24º 0.96% 0.88% -
XYZ 34.88 24.05 3.06 -
YUV 123.77 63.24 199.49 -
System Red Green Blue C M Y K H S L
Decimal 224 95 9 0 0.58 0.96 0.12 24 0.92 0.46
Hex E0 5F 9 0 3A 60 C 18 5C 2E
Octal 340 137 11 0 72 140 14 30 134 56
Binary 11100000 1011111 1001 0 111010 1100000 1100 11000 1011100 101110

Color Harmonies of #E05F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F09

Black with #E05F09

Text Example


Text Example

White with #E05F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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