Html Css Color HEX #E2681D Chocolate

📋 copy color: '#E2681D'

red 226 ◦ green 104 ◦ blue 29

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

Shades of Chocolate #E2681D

Tints of Chocolate #E2681D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.97%

 BLUE value IS 29 (11.72% from 255) = 8.08%

R = 62.95%
G = 28.97%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E2681D (or 0xE2681D) is known color: Chocolate. HEX triplet: E2, 68 and 1D. RGB value is (226,104,29). Sum of RGB (Red+Green+Blue) = 226+104+29=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E2681D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2681D is #1D97E2. Grayscale: #848484. Windows color (decimal): -1939427 or 1927394. OLE color: 1927394.

HSL color Cylindrical-coordinate representation of color #E2681D: hue angle of 22.84º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2681D is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 104 29 -
CMYK 0 0.54 0.87 0.11
HSL 22.84º 0.77% 0.5% -
HSV(B) 22.84º 0.87% 0.89% -
XYZ 36.54 26.16 4.29 -
YUV 131.93 69.92 195.1 -
System Red Green Blue C M Y K H S L
Decimal 226 104 29 0 0.54 0.87 0.11 22.84 0.77 0.5
Hex E2 68 1D 0 36 57 B 17 4D 32
Octal 342 150 35 0 66 127 13 27 115 62
Binary 11100010 1101000 11101 0 110110 1010111 1011 10111 1001101 110010

Color Harmonies of #E2681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2681D

Black with #E2681D

Text Example


Text Example

White with #E2681D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2681D; }

 p { color: rgb(226,104,29); }

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

background-color css

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

 a { background-color: rgb(226,104,29); }

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

border-color css

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

 span { border-color: rgb(226,104,29); }

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