Html Css Color HEX #E26016 Chocolate

📋 copy color: '#E26016'

red 226 ◦ green 96 ◦ blue 22

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

Shades of Chocolate #E26016

Tints of Chocolate #E26016

RGB

 RED value IS 226 (88.67% from 255) = 65.7%

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

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

R = 65.7%
G = 27.91%
B = 6.4%

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

#E26016 (or 0xE26016) is known color: Chocolate. HEX triplet: E2, 60 and 16. RGB value is (226,96,22). Sum of RGB (Red+Green+Blue) = 226+96+22=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E26016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26016 is #1D9FE9. Grayscale: #7E7E7E. Windows color (decimal): -1941482 or 1466594. OLE color: 1466594.

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

Color convert

RGB 226 96 22 -
CMYK 0 0.58 0.90 0.11
HSL 21.76º 0.82% 0.49% -
HSV(B) 21.76º 0.9% 0.89% -
XYZ 35.69 24.59 3.62 -
YUV 126.43 69.07 199.02 -
System Red Green Blue C M Y K H S L
Decimal 226 96 22 0 0.58 0.90 0.11 21.76 0.82 0.49
Hex E2 60 16 0 3A 5A B 16 52 31
Octal 342 140 26 0 72 132 13 26 122 61
Binary 11100010 1100000 10110 0 111010 1011010 1011 10110 1010010 110001

Color Harmonies of #E26016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26016

Black with #E26016

Text Example


Text Example

White with #E26016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26016; }

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

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

background-color css

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

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

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

border-color css

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

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

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