Html Css Color HEX #E56314 Chocolate

📋 copy color: '#E56314'

red 229 ◦ green 99 ◦ blue 20

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

Shades of Chocolate #E56314

Tints of Chocolate #E56314

RGB

 RED value IS 229 (89.84% from 255) = 65.8%

 GREEN value IS 99 (39.06% from 255) = 28.45%

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

R = 65.8%
G = 28.45%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E56314 (or 0xE56314) is known color: Chocolate. HEX triplet: E5, 63 and 14. RGB value is (229,99,20). Sum of RGB (Red+Green+Blue) = 229+99+20=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E56314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E56314 is #1A9CEB. Grayscale: #818181. Windows color (decimal): -1744108 or 1336293. OLE color: 1336293.

HSL color Cylindrical-coordinate representation of color #E56314: hue angle of 22.68º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E56314 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 99 20 -
CMYK 0 0.57 0.91 0.10
HSL 22.68º 0.84% 0.49% -
HSV(B) 22.68º 0.91% 0.9% -
XYZ 36.9 25.63 3.66 -
YUV 128.86 66.57 199.42 -
System Red Green Blue C M Y K H S L
Decimal 229 99 20 0 0.57 0.91 0.10 22.68 0.84 0.49
Hex E5 63 14 0 39 5B A 17 54 31
Octal 345 143 24 0 71 133 12 27 124 61
Binary 11100101 1100011 10100 0 111001 1011011 1010 10111 1010100 110001

Color Harmonies of #E56314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56314

Black with #E56314

Text Example


Text Example

White with #E56314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56314; }

 p { color: rgb(229,99,20); }

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

background-color css

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

 a { background-color: rgb(229,99,20); }

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

border-color css

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

 span { border-color: rgb(229,99,20); }

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