Html Css Color HEX #E46C16 Chocolate

📋 copy color: '#E46C16'

red 228 ◦ green 108 ◦ blue 22

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

Shades of Chocolate #E46C16

Tints of Chocolate #E46C16

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

 BLUE value IS 22 (8.98% from 255) = 6.15%

R = 63.69%
G = 30.17%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E46C16 (or 0xE46C16) is known color: Chocolate. HEX triplet: E4, 6C and 16. RGB value is (228,108,22). Sum of RGB (Red+Green+Blue) = 228+108+22=358 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.69% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 228 - color contains mainly: red. Hex color #E46C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46C16 is #1B93E9. Grayscale: #868686. Windows color (decimal): -1807338 or 1469668. OLE color: 1469668.

HSL color Cylindrical-coordinate representation of color #E46C16: hue angle of 25.05º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E46C16 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 108 22 -
CMYK 0 0.53 0.90 0.11
HSL 25.05º 0.82% 0.49% -
HSV(B) 25.05º 0.9% 0.89% -
XYZ 37.5 27.28 4.05 -
YUV 134.08 64.76 194.99 -
System Red Green Blue C M Y K H S L
Decimal 228 108 22 0 0.53 0.90 0.11 25.05 0.82 0.49
Hex E4 6C 16 0 35 5A B 19 52 31
Octal 344 154 26 0 65 132 13 31 122 61
Binary 11100100 1101100 10110 0 110101 1011010 1011 11001 1010010 110001

Color Harmonies of #E46C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46C16

Black with #E46C16

Text Example


Text Example

White with #E46C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46C16; }

 p { color: rgb(228,108,22); }

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

background-color css

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

 a { background-color: rgb(228,108,22); }

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

border-color css

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

 span { border-color: rgb(228,108,22); }

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