Html Css Color HEX #E46314 Chocolate

📋 copy color: '#E46314'

red 228 ◦ green 99 ◦ blue 20

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

Shades of Chocolate #E46314

Tints of Chocolate #E46314

RGB

 RED value IS 228 (89.45% from 255) = 65.71%

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

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

R = 65.71%
G = 28.53%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E46314 (or 0xE46314) is known color: Chocolate. HEX triplet: E4, 63 and 14. RGB value is (228,99,20). Sum of RGB (Red+Green+Blue) = 228+99+20=347 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.71% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 228 - color contains mainly: red. Hex color #E46314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46314 is #1B9CEB. Grayscale: #818181. Windows color (decimal): -1809644 or 1336292. OLE color: 1336292.

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

Color convert

RGB 228 99 20 -
CMYK 0 0.57 0.91 0.11
HSL 22.79º 0.84% 0.49% -
HSV(B) 22.79º 0.91% 0.89% -
XYZ 36.58 25.47 3.65 -
YUV 128.57 66.74 198.92 -
System Red Green Blue C M Y K H S L
Decimal 228 99 20 0 0.57 0.91 0.11 22.79 0.84 0.49
Hex E4 63 14 0 39 5B B 17 54 31
Octal 344 143 24 0 71 133 13 27 124 61
Binary 11100100 1100011 10100 0 111001 1011011 1011 10111 1010100 110001

Color Harmonies of #E46314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46314

Black with #E46314

Text Example


Text Example

White with #E46314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46314; }

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

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

background-color css

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

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

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

border-color css

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

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

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