Html Css Color HEX #E26215 Chocolate

📋 copy color: '#E26215'

red 226 ◦ green 98 ◦ blue 21

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

Shades of Chocolate #E26215

Tints of Chocolate #E26215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

 BLUE value IS 21 (8.59% from 255) = 6.09%

R = 65.51%
G = 28.41%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E26215 (or 0xE26215) is known color: Chocolate. HEX triplet: E2, 62 and 15. RGB value is (226,98,21). Sum of RGB (Red+Green+Blue) = 226+98+21=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E26215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26215 is #1D9DEA. Grayscale: #7F7F7F. Windows color (decimal): -1940971 or 1401570. OLE color: 1401570.

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

Color convert

RGB 226 98 21 -
CMYK 0 0.57 0.91 0.11
HSL 22.54º 0.83% 0.48% -
HSV(B) 22.54º 0.91% 0.89% -
XYZ 35.87 24.96 3.64 -
YUV 127.49 67.91 198.26 -
System Red Green Blue C M Y K H S L
Decimal 226 98 21 0 0.57 0.91 0.11 22.54 0.83 0.48
Hex E2 62 15 0 39 5B B 17 53 30
Octal 342 142 25 0 71 133 13 27 123 60
Binary 11100010 1100010 10101 0 111001 1011011 1011 10111 1010011 110000

Color Harmonies of #E26215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26215

Black with #E26215

Text Example


Text Example

White with #E26215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26215; }

 p { color: rgb(226,98,21); }

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

background-color css

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

 a { background-color: rgb(226,98,21); }

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

border-color css

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

 span { border-color: rgb(226,98,21); }

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