Html Css Color HEX #E05612 Persimmon

📋 copy color: '#E05612'

red 224 ◦ green 86 ◦ blue 18

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

Shades of Persimmon #E05612

Tints of Persimmon #E05612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.22%

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

R = 68.29%
G = 26.22%
B = 5.49%

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

#E05612 (or 0xE05612) is known color: Persimmon. HEX triplet: E0, 56 and 12. RGB value is (224,86,18). Sum of RGB (Red+Green+Blue) = 224+86+18=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E05612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05612 is #1FA9ED. Grayscale: #777777. Windows color (decimal): -2075118 or 1201888. OLE color: 1201888.

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

Color convert

RGB 224 86 18 -
CMYK 0 0.62 0.92 0.12
HSL 19.81º 0.85% 0.47% -
HSV(B) 19.81º 0.92% 0.88% -
XYZ 34.18 22.55 3.12 -
YUV 119.51 70.72 202.53 -
System Red Green Blue C M Y K H S L
Decimal 224 86 18 0 0.62 0.92 0.12 19.81 0.85 0.47
Hex E0 56 12 0 3E 5C C 14 55 2F
Octal 340 126 22 0 76 134 14 24 125 57
Binary 11100000 1010110 10010 0 111110 1011100 1100 10100 1010101 101111

Color Harmonies of #E05612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05612

Black with #E05612

Text Example


Text Example

White with #E05612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05612; }

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

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

background-color css

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

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

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

border-color css

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

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

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