Html Css Color HEX #E26516 Chocolate

📋 copy color: '#E26516'

red 226 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #E26516

Tints of Chocolate #E26516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.94%

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

R = 64.76%
G = 28.94%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E26516 (or 0xE26516) is known color: Chocolate. HEX triplet: E2, 65 and 16. RGB value is (226,101,22). Sum of RGB (Red+Green+Blue) = 226+101+22=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E26516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26516 is #1D9AE9. Grayscale: #818181. Windows color (decimal): -1940202 or 1467874. OLE color: 1467874.

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

Color convert

RGB 226 101 22 -
CMYK 0 0.55 0.90 0.11
HSL 23.24º 0.82% 0.49% -
HSV(B) 23.24º 0.9% 0.89% -
XYZ 36.16 25.53 3.78 -
YUV 129.37 67.41 196.92 -
System Red Green Blue C M Y K H S L
Decimal 226 101 22 0 0.55 0.90 0.11 23.24 0.82 0.49
Hex E2 65 16 0 37 5A B 17 52 31
Octal 342 145 26 0 67 132 13 27 122 61
Binary 11100010 1100101 10110 0 110111 1011010 1011 10111 1010010 110001

Color Harmonies of #E26516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26516

Black with #E26516

Text Example


Text Example

White with #E26516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26516; }

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

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

background-color css

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

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

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

border-color css

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

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

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