Html Css Color HEX #E05F08 Persimmon

📋 copy color: '#E05F08'

red 224 ◦ green 95 ◦ blue 8

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

Shades of Persimmon #E05F08

Tints of Persimmon #E05F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 68.5%
G = 29.05%
B = 2.45%

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

#E05F08 (or 0xE05F08) is known color: Persimmon. HEX triplet: E0, 5F and 08. RGB value is (224,95,8). Sum of RGB (Red+Green+Blue) = 224+95+8=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05F08 is #1FA0F7. Grayscale: #7C7C7C. Windows color (decimal): -2072824 or 548832. OLE color: 548832.

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

Color convert

RGB 224 95 8 -
CMYK 0 0.58 0.96 0.12
HSL 24.17º 0.93% 0.45% -
HSV(B) 24.17º 0.96% 0.88% -
XYZ 34.88 24.05 3.03 -
YUV 123.65 62.74 199.57 -
System Red Green Blue C M Y K H S L
Decimal 224 95 8 0 0.58 0.96 0.12 24.17 0.93 0.45
Hex E0 5F 8 0 3A 60 C 18 5D 2D
Octal 340 137 10 0 72 140 14 30 135 55
Binary 11100000 1011111 1000 0 111010 1100000 1100 11000 1011101 101101

Color Harmonies of #E05F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F08

Black with #E05F08

Text Example


Text Example

White with #E05F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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