Html Css Color HEX #E26313 Chocolate

📋 copy color: '#E26313'

red 226 ◦ green 99 ◦ blue 19

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

Shades of Chocolate #E26313

Tints of Chocolate #E26313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.78%

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

R = 65.7%
G = 28.78%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E26313 (or 0xE26313) is known color: Chocolate. HEX triplet: E2, 63 and 13. RGB value is (226,99,19). Sum of RGB (Red+Green+Blue) = 226+99+19=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E26313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26313 is #1D9CEC. Grayscale: #808080. Windows color (decimal): -1940717 or 1270754. OLE color: 1270754.

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

Color convert

RGB 226 99 19 -
CMYK 0 0.56 0.92 0.11
HSL 23.19º 0.84% 0.48% -
HSV(B) 23.19º 0.92% 0.89% -
XYZ 35.94 25.14 3.57 -
YUV 127.85 66.58 198 -
System Red Green Blue C M Y K H S L
Decimal 226 99 19 0 0.56 0.92 0.11 23.19 0.84 0.48
Hex E2 63 13 0 38 5C B 17 54 30
Octal 342 143 23 0 70 134 13 27 124 60
Binary 11100010 1100011 10011 0 111000 1011100 1011 10111 1010100 110000

Color Harmonies of #E26313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26313

Black with #E26313

Text Example


Text Example

White with #E26313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26313; }

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

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

background-color css

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

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

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

border-color css

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

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

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