Html Css Color HEX #E05F14 Chocolate

📋 copy color: '#E05F14'

red 224 ◦ green 95 ◦ blue 20

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

Shades of Chocolate #E05F14

Tints of Chocolate #E05F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.02%

 BLUE value IS 20 (8.2% from 255) = 5.9%

R = 66.08%
G = 28.02%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E05F14 (or 0xE05F14) is known color: Chocolate. HEX triplet: E0, 5F and 14. RGB value is (224,95,20). Sum of RGB (Red+Green+Blue) = 224+95+20=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05F14 is #1FA0EB. Grayscale: #7D7D7D. Windows color (decimal): -2072812 or 1335264. OLE color: 1335264.

HSL color Cylindrical-coordinate representation of color #E05F14: hue angle of 22.06º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E05F14 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 95 20 -
CMYK 0 0.58 0.91 0.12
HSL 22.06º 0.84% 0.48% -
HSV(B) 22.06º 0.91% 0.88% -
XYZ 34.96 24.08 3.47 -
YUV 125.02 68.74 198.6 -
System Red Green Blue C M Y K H S L
Decimal 224 95 20 0 0.58 0.91 0.12 22.06 0.84 0.48
Hex E0 5F 14 0 3A 5B C 16 54 30
Octal 340 137 24 0 72 133 14 26 124 60
Binary 11100000 1011111 10100 0 111010 1011011 1100 10110 1010100 110000

Color Harmonies of #E05F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F14

Black with #E05F14

Text Example


Text Example

White with #E05F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F14; }

 p { color: rgb(224,95,20); }

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

background-color css

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

 a { background-color: rgb(224,95,20); }

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

border-color css

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

 span { border-color: rgb(224,95,20); }

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