Html Css Color HEX #E05C08 Persimmon

📋 copy color: '#E05C08'

red 224 ◦ green 92 ◦ blue 8

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

Shades of Persimmon #E05C08

Tints of Persimmon #E05C08

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.4%

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

R = 69.14%
G = 28.4%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E05C08 (or 0xE05C08) is known color: Persimmon. HEX triplet: E0, 5C and 08. RGB value is (224,92,8). Sum of RGB (Red+Green+Blue) = 224+92+8=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05C08 is #1FA3F7. Grayscale: #7A7A7A. Windows color (decimal): -2073592 or 548064. OLE color: 548064.

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

Color convert

RGB 224 92 8 -
CMYK 0 0.59 0.96 0.12
HSL 23.33º 0.93% 0.45% -
HSV(B) 23.33º 0.96% 0.88% -
XYZ 34.61 23.52 2.95 -
YUV 121.89 63.73 200.83 -
System Red Green Blue C M Y K H S L
Decimal 224 92 8 0 0.59 0.96 0.12 23.33 0.93 0.45
Hex E0 5C 8 0 3B 60 C 17 5D 2D
Octal 340 134 10 0 73 140 14 27 135 55
Binary 11100000 1011100 1000 0 111011 1100000 1100 10111 1011101 101101

Color Harmonies of #E05C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C08

Black with #E05C08

Text Example


Text Example

White with #E05C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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