Html Css Color HEX #E26A14 Chocolate

📋 copy color: '#E26A14'

red 226 ◦ green 106 ◦ blue 20

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

Shades of Chocolate #E26A14

Tints of Chocolate #E26A14

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.11%

 BLUE value IS 20 (8.2% from 255) = 5.68%

R = 64.2%
G = 30.11%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E26A14 (or 0xE26A14) is known color: Chocolate. HEX triplet: E2, 6A and 14. RGB value is (226,106,20). Sum of RGB (Red+Green+Blue) = 226+106+20=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26A14 is #1D95EB. Grayscale: #848484. Windows color (decimal): -1938924 or 1338082. OLE color: 1338082.

HSL color Cylindrical-coordinate representation of color #E26A14: hue angle of 25.05º degrees, saturation: 0.84, 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 #E26A14 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 106 20 -
CMYK 0 0.53 0.91 0.11
HSL 25.05º 0.84% 0.48% -
HSV(B) 25.05º 0.91% 0.89% -
XYZ 36.64 26.53 3.85 -
YUV 132.08 64.76 194.99 -
System Red Green Blue C M Y K H S L
Decimal 226 106 20 0 0.53 0.91 0.11 25.05 0.84 0.48
Hex E2 6A 14 0 35 5B B 19 54 30
Octal 342 152 24 0 65 133 13 31 124 60
Binary 11100010 1101010 10100 0 110101 1011011 1011 11001 1010100 110000

Color Harmonies of #E26A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26A14

Black with #E26A14

Text Example


Text Example

White with #E26A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26A14; }

 p { color: rgb(226,106,20); }

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

background-color css

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

 a { background-color: rgb(226,106,20); }

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

border-color css

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

 span { border-color: rgb(226,106,20); }

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