Html Css Color HEX #E05C12 Persimmon

📋 copy color: '#E05C12'

red 224 ◦ green 92 ◦ blue 18

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

Shades of Persimmon #E05C12

Tints of Persimmon #E05C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.39%

R = 67.07%
G = 27.54%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E05C12 (or 0xE05C12) is known color: Persimmon. HEX triplet: E0, 5C and 12. RGB value is (224,92,18). Sum of RGB (Red+Green+Blue) = 224+92+18=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05C12 is #1FA3ED. Grayscale: #7B7B7B. Windows color (decimal): -2073582 or 1203424. OLE color: 1203424.

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

Color convert

RGB 224 92 18 -
CMYK 0 0.59 0.92 0.12
HSL 21.55º 0.85% 0.47% -
HSV(B) 21.55º 0.92% 0.88% -
XYZ 34.68 23.55 3.29 -
YUV 123.03 68.73 200.02 -
System Red Green Blue C M Y K H S L
Decimal 224 92 18 0 0.59 0.92 0.12 21.55 0.85 0.47
Hex E0 5C 12 0 3B 5C C 16 55 2F
Octal 340 134 22 0 73 134 14 26 125 57
Binary 11100000 1011100 10010 0 111011 1011100 1100 10110 1010101 101111

Color Harmonies of #E05C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C12

Black with #E05C12

Text Example


Text Example

White with #E05C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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