Html Css Color HEX #E2681C Chocolate

📋 copy color: '#E2681C'

red 226 ◦ green 104 ◦ blue 28

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

Shades of Chocolate #E2681C

Tints of Chocolate #E2681C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.82%

R = 63.13%
G = 29.05%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2681C (or 0xE2681C) is known color: Chocolate. HEX triplet: E2, 68 and 1C. RGB value is (226,104,28). Sum of RGB (Red+Green+Blue) = 226+104+28=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2681C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2681C is #1D97E3. Grayscale: #848484. Windows color (decimal): -1939428 or 1861858. OLE color: 1861858.

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

Color convert

RGB 226 104 28 -
CMYK 0 0.54 0.88 0.11
HSL 23.03º 0.78% 0.5% -
HSV(B) 23.03º 0.88% 0.89% -
XYZ 36.52 26.15 4.22 -
YUV 131.81 69.42 195.18 -
System Red Green Blue C M Y K H S L
Decimal 226 104 28 0 0.54 0.88 0.11 23.03 0.78 0.5
Hex E2 68 1C 0 36 58 B 17 4E 32
Octal 342 150 34 0 66 130 13 27 116 62
Binary 11100010 1101000 11100 0 110110 1011000 1011 10111 1001110 110010

Color Harmonies of #E2681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2681C

Black with #E2681C

Text Example


Text Example

White with #E2681C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2681C; }

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

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

background-color css

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

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

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

border-color css

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

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

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