Html Css Color HEX #E46A16 Chocolate

📋 copy color: '#E46A16'

red 228 ◦ green 106 ◦ blue 22

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

Shades of Chocolate #E46A16

Tints of Chocolate #E46A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.78%

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

R = 64.04%
G = 29.78%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E46A16 (or 0xE46A16) is known color: Chocolate. HEX triplet: E4, 6A and 16. RGB value is (228,106,22). Sum of RGB (Red+Green+Blue) = 228+106+22=356 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.04% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46A16 is #1B95E9. Grayscale: #858585. Windows color (decimal): -1807850 or 1469156. OLE color: 1469156.

HSL color Cylindrical-coordinate representation of color #E46A16: hue angle of 24.47º 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 #E46A16 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 106 22 -
CMYK 0 0.54 0.90 0.11
HSL 24.47º 0.82% 0.49% -
HSV(B) 24.47º 0.9% 0.89% -
XYZ 37.29 26.86 3.98 -
YUV 132.9 65.42 195.83 -
System Red Green Blue C M Y K H S L
Decimal 228 106 22 0 0.54 0.90 0.11 24.47 0.82 0.49
Hex E4 6A 16 0 36 5A B 18 52 31
Octal 344 152 26 0 66 132 13 30 122 61
Binary 11100100 1101010 10110 0 110110 1011010 1011 11000 1010010 110001

Color Harmonies of #E46A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46A16

Black with #E46A16

Text Example


Text Example

White with #E46A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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