Html Css Color HEX #E07314 Chocolate

📋 copy color: '#E07314'

red 224 ◦ green 115 ◦ blue 20

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

Shades of Chocolate #E07314

Tints of Chocolate #E07314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.03%

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

R = 62.4%
G = 32.03%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E07314 (or 0xE07314) is known color: Chocolate. HEX triplet: E0, 73 and 14. RGB value is (224,115,20). Sum of RGB (Red+Green+Blue) = 224+115+20=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E07314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07314 is #1F8CEB. Grayscale: #898989. Windows color (decimal): -2067692 or 1340384. OLE color: 1340384.

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

Color convert

RGB 224 115 20 -
CMYK 0 0.49 0.91 0.12
HSL 27.94º 0.84% 0.48% -
HSV(B) 27.94º 0.91% 0.88% -
XYZ 37 28.16 4.15 -
YUV 136.76 62.11 190.22 -
System Red Green Blue C M Y K H S L
Decimal 224 115 20 0 0.49 0.91 0.12 27.94 0.84 0.48
Hex E0 73 14 0 31 5B C 1C 54 30
Octal 340 163 24 0 61 133 14 34 124 60
Binary 11100000 1110011 10100 0 110001 1011011 1100 11100 1010100 110000

Color Harmonies of #E07314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07314

Black with #E07314

Text Example


Text Example

White with #E07314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07314; }

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

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

background-color css

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

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

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

border-color css

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

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

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