Html Css Color HEX #E05412 Persimmon

📋 copy color: '#E05412'

red 224 ◦ green 84 ◦ blue 18

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

Shades of Persimmon #E05412

Tints of Persimmon #E05412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.77%

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

R = 68.71%
G = 25.77%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E05412 (or 0xE05412) is known color: Persimmon. HEX triplet: E0, 54 and 12. RGB value is (224,84,18). Sum of RGB (Red+Green+Blue) = 224+84+18=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E05412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05412 is #1FABED. Grayscale: #767676. Windows color (decimal): -2075630 or 1201376. OLE color: 1201376.

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

Color convert

RGB 224 84 18 -
CMYK 0 0.62 0.92 0.12
HSL 19.22º 0.85% 0.47% -
HSV(B) 19.22º 0.92% 0.88% -
XYZ 34.02 22.23 3.07 -
YUV 118.34 71.38 203.37 -
System Red Green Blue C M Y K H S L
Decimal 224 84 18 0 0.62 0.92 0.12 19.22 0.85 0.47
Hex E0 54 12 0 3E 5C C 13 55 2F
Octal 340 124 22 0 76 134 14 23 125 57
Binary 11100000 1010100 10010 0 111110 1011100 1100 10011 1010101 101111

Color Harmonies of #E05412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05412

Black with #E05412

Text Example


Text Example

White with #E05412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05412; }

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

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

background-color css

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

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

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

border-color css

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

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

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