Html Css Color HEX #E05C0F Persimmon

📋 copy color: '#E05C0F'

red 224 ◦ green 92 ◦ blue 15

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

Shades of Persimmon #E05C0F

Tints of Persimmon #E05C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.53%

R = 67.67%
G = 27.79%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E05C0F (or 0xE05C0F) is known color: Persimmon. HEX triplet: E0, 5C and 0F. RGB value is (224,92,15). Sum of RGB (Red+Green+Blue) = 224+92+15=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05C0F is #1FA3F0. Grayscale: #7B7B7B. Windows color (decimal): -2073585 or 1006816. OLE color: 1006816.

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

Color convert

RGB 224 92 15 -
CMYK 0 0.59 0.93 0.12
HSL 22.11º 0.87% 0.47% -
HSV(B) 22.11º 0.93% 0.88% -
XYZ 34.65 23.54 3.17 -
YUV 122.69 67.23 200.26 -
System Red Green Blue C M Y K H S L
Decimal 224 92 15 0 0.59 0.93 0.12 22.11 0.87 0.47
Hex E0 5C F 0 3B 5D C 16 57 2F
Octal 340 134 17 0 73 135 14 26 127 57
Binary 11100000 1011100 1111 0 111011 1011101 1100 10110 1010111 101111

Color Harmonies of #E05C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C0F

Black with #E05C0F

Text Example


Text Example

White with #E05C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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