Html Css Color HEX #E26018 Chocolate

📋 copy color: '#E26018'

red 226 ◦ green 96 ◦ blue 24

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

Shades of Chocolate #E26018

Tints of Chocolate #E26018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.94%

R = 65.32%
G = 27.75%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E26018 (or 0xE26018) is known color: Chocolate. HEX triplet: E2, 60 and 18. RGB value is (226,96,24). Sum of RGB (Red+Green+Blue) = 226+96+24=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E26018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26018 is #1D9FE7. Grayscale: #7F7F7F. Windows color (decimal): -1941480 or 1597666. OLE color: 1597666.

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

Color convert

RGB 226 96 24 -
CMYK 0 0.58 0.89 0.11
HSL 21.39º 0.81% 0.49% -
HSV(B) 21.39º 0.89% 0.89% -
XYZ 35.71 24.6 3.73 -
YUV 126.66 70.07 198.85 -
System Red Green Blue C M Y K H S L
Decimal 226 96 24 0 0.58 0.89 0.11 21.39 0.81 0.49
Hex E2 60 18 0 3A 59 B 15 51 31
Octal 342 140 30 0 72 131 13 25 121 61
Binary 11100010 1100000 11000 0 111010 1011001 1011 10101 1010001 110001

Color Harmonies of #E26018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26018

Black with #E26018

Text Example


Text Example

White with #E26018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26018; }

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

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

background-color css

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

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

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

border-color css

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

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

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