Html Css Color HEX #E26013 Chocolate

📋 copy color: '#E26013'

red 226 ◦ green 96 ◦ blue 19

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

Shades of Chocolate #E26013

Tints of Chocolate #E26013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.57%

R = 66.28%
G = 28.15%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E26013 (or 0xE26013) is known color: Chocolate. HEX triplet: E2, 60 and 13. RGB value is (226,96,19). Sum of RGB (Red+Green+Blue) = 226+96+19=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E26013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26013 is #1D9FEC. Grayscale: #7E7E7E. Windows color (decimal): -1941485 or 1269986. OLE color: 1269986.

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

Color convert

RGB 226 96 19 -
CMYK 0 0.58 0.92 0.11
HSL 22.32º 0.84% 0.48% -
HSV(B) 22.32º 0.92% 0.89% -
XYZ 35.66 24.58 3.48 -
YUV 126.09 67.57 199.26 -
System Red Green Blue C M Y K H S L
Decimal 226 96 19 0 0.58 0.92 0.11 22.32 0.84 0.48
Hex E2 60 13 0 3A 5C B 16 54 30
Octal 342 140 23 0 72 134 13 26 124 60
Binary 11100010 1100000 10011 0 111010 1011100 1011 10110 1010100 110000

Color Harmonies of #E26013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26013

Black with #E26013

Text Example


Text Example

White with #E26013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26013; }

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

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

background-color css

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

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

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

border-color css

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

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

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