Html Css Color HEX #E1681E Chocolate

📋 copy color: '#E1681E'

red 225 ◦ green 104 ◦ blue 30

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

Shades of Chocolate #E1681E

Tints of Chocolate #E1681E

RGB

 RED value IS 225 (88.28% from 255) = 62.67%

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

 BLUE value IS 30 (12.11% from 255) = 8.36%

R = 62.67%
G = 28.97%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E1681E (or 0xE1681E) is known color: Chocolate. HEX triplet: E1, 68 and 1E. RGB value is (225,104,30). Sum of RGB (Red+Green+Blue) = 225+104+30=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E1681E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1681E is #1E97E1. Grayscale: #848484. Windows color (decimal): -2004962 or 1992929. OLE color: 1992929.

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

Color convert

RGB 225 104 30 -
CMYK 0 0.54 0.87 0.12
HSL 22.77º 0.76% 0.5% -
HSV(B) 22.77º 0.87% 0.88% -
XYZ 36.24 26 4.34 -
YUV 131.74 70.59 194.52 -
System Red Green Blue C M Y K H S L
Decimal 225 104 30 0 0.54 0.87 0.12 22.77 0.76 0.5
Hex E1 68 1E 0 36 57 C 17 4C 32
Octal 341 150 36 0 66 127 14 27 114 62
Binary 11100001 1101000 11110 0 110110 1010111 1100 10111 1001100 110010

Color Harmonies of #E1681E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1681E

Black with #E1681E

Text Example


Text Example

White with #E1681E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1681E; }

 p { color: rgb(225,104,30); }

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

background-color css

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

 a { background-color: rgb(225,104,30); }

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

border-color css

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

 span { border-color: rgb(225,104,30); }

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