Html Css Color HEX #E26021 Chocolate

📋 copy color: '#E26021'

red 226 ◦ green 96 ◦ blue 33

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

Shades of Chocolate #E26021

Tints of Chocolate #E26021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.3%

R = 63.66%
G = 27.04%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E26021 (or 0xE26021) is known color: Chocolate. HEX triplet: E2, 60 and 21. RGB value is (226,96,33). Sum of RGB (Red+Green+Blue) = 226+96+33=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E26021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26021 is #1D9FDE. Grayscale: #808080. Windows color (decimal): -1941471 or 2187490. OLE color: 2187490.

HSL color Cylindrical-coordinate representation of color #E26021: hue angle of 19.59º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E26021 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 96 33 -
CMYK 0 0.58 0.85 0.11
HSL 19.59º 0.77% 0.51% -
HSV(B) 19.59º 0.85% 0.89% -
XYZ 35.82 24.64 4.31 -
YUV 127.69 74.57 198.12 -
System Red Green Blue C M Y K H S L
Decimal 226 96 33 0 0.58 0.85 0.11 19.59 0.77 0.51
Hex E2 60 21 0 3A 55 B 14 4D 33
Octal 342 140 41 0 72 125 13 24 115 63
Binary 11100010 1100000 100001 0 111010 1010101 1011 10100 1001101 110011

Color Harmonies of #E26021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26021

Black with #E26021

Text Example


Text Example

White with #E26021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26021; }

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

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

background-color css

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

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

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

border-color css

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

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

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