Html Css Color HEX #E36314 Chocolate

📋 copy color: '#E36314'

red 227 ◦ green 99 ◦ blue 20

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

Shades of Chocolate #E36314

Tints of Chocolate #E36314

RGB

 RED value IS 227 (89.06% from 255) = 65.61%

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

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

R = 65.61%
G = 28.61%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E36314 (or 0xE36314) is known color: Chocolate. HEX triplet: E3, 63 and 14. RGB value is (227,99,20). Sum of RGB (Red+Green+Blue) = 227+99+20=346 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.61% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 227 - color contains mainly: red. Hex color #E36314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E36314 is #1C9CEB. Grayscale: #808080. Windows color (decimal): -1875180 or 1336291. OLE color: 1336291.

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

Color convert

RGB 227 99 20 -
CMYK 0 0.56 0.91 0.11
HSL 22.9º 0.84% 0.48% -
HSV(B) 22.9º 0.91% 0.89% -
XYZ 36.27 25.31 3.63 -
YUV 128.27 66.91 198.42 -
System Red Green Blue C M Y K H S L
Decimal 227 99 20 0 0.56 0.91 0.11 22.9 0.84 0.48
Hex E3 63 14 0 38 5B B 17 54 30
Octal 343 143 24 0 70 133 13 27 124 60
Binary 11100011 1100011 10100 0 111000 1011011 1011 10111 1010100 110000

Color Harmonies of #E36314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36314

Black with #E36314

Text Example


Text Example

White with #E36314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36314; }

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

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

background-color css

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

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

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

border-color css

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

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

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