Html Css Color HEX #E46016 Chocolate

📋 copy color: '#E46016'

red 228 ◦ green 96 ◦ blue 22

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

Shades of Chocolate #E46016

Tints of Chocolate #E46016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.75%

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

R = 65.9%
G = 27.75%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E46016 (or 0xE46016) is known color: Chocolate. HEX triplet: E4, 60 and 16. RGB value is (228,96,22). Sum of RGB (Red+Green+Blue) = 228+96+22=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E46016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46016 is #1B9FE9. Grayscale: #7F7F7F. Windows color (decimal): -1810410 or 1466596. OLE color: 1466596.

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

Color convert

RGB 228 96 22 -
CMYK 0 0.58 0.90 0.11
HSL 21.55º 0.82% 0.49% -
HSV(B) 21.55º 0.9% 0.89% -
XYZ 36.32 24.92 3.65 -
YUV 127.03 68.73 200.02 -
System Red Green Blue C M Y K H S L
Decimal 228 96 22 0 0.58 0.90 0.11 21.55 0.82 0.49
Hex E4 60 16 0 3A 5A B 16 52 31
Octal 344 140 26 0 72 132 13 26 122 61
Binary 11100100 1100000 10110 0 111010 1011010 1011 10110 1010010 110001

Color Harmonies of #E46016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46016

Black with #E46016

Text Example


Text Example

White with #E46016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46016; }

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

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

background-color css

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

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

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

border-color css

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

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

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