Html Css Color HEX #E26420 Chocolate

📋 copy color: '#E26420'

red 226 ◦ green 100 ◦ blue 32

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

Shades of Chocolate #E26420

Tints of Chocolate #E26420

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.93%

 BLUE value IS 32 (12.89% from 255) = 8.94%

R = 63.13%
G = 27.93%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E26420 (or 0xE26420) is known color: Chocolate. HEX triplet: E2, 64 and 20. RGB value is (226,100,32). Sum of RGB (Red+Green+Blue) = 226+100+32=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E26420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26420 is #1D9BDF. Grayscale: #828282. Windows color (decimal): -1940448 or 2122978. OLE color: 2122978.

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

Color convert

RGB 226 100 32 -
CMYK 0 0.56 0.86 0.11
HSL 21.03º 0.77% 0.51% -
HSV(B) 21.03º 0.86% 0.89% -
XYZ 36.18 25.39 4.36 -
YUV 129.92 72.74 196.53 -
System Red Green Blue C M Y K H S L
Decimal 226 100 32 0 0.56 0.86 0.11 21.03 0.77 0.51
Hex E2 64 20 0 38 56 B 15 4D 33
Octal 342 144 40 0 70 126 13 25 115 63
Binary 11100010 1100100 100000 0 111000 1010110 1011 10101 1001101 110011

Color Harmonies of #E26420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26420

Black with #E26420

Text Example


Text Example

White with #E26420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26420; }

 p { color: rgb(226,100,32); }

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

background-color css

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

 a { background-color: rgb(226,100,32); }

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

border-color css

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

 span { border-color: rgb(226,100,32); }

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