Html Css Color HEX #E1640F Chocolate

📋 copy color: '#E1640F'

red 225 ◦ green 100 ◦ blue 15

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

Shades of Chocolate #E1640F

Tints of Chocolate #E1640F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

 BLUE value IS 15 (6.25% from 255) = 4.41%

R = 66.18%
G = 29.41%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1640F (or 0xE1640F) is known color: Chocolate. HEX triplet: E1, 64 and 0F. RGB value is (225,100,15). Sum of RGB (Red+Green+Blue) = 225+100+15=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E1640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1640F is #1E9BF0. Grayscale: #808080. Windows color (decimal): -2006001 or 1008865. OLE color: 1008865.

HSL color Cylindrical-coordinate representation of color #E1640F: hue angle of 24.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1640F is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 100 15 -
CMYK 0 0.56 0.93 0.12
HSL 24.29º 0.88% 0.47% -
HSV(B) 24.29º 0.93% 0.88% -
XYZ 35.69 25.16 3.43 -
YUV 127.69 64.41 197.41 -
System Red Green Blue C M Y K H S L
Decimal 225 100 15 0 0.56 0.93 0.12 24.29 0.88 0.47
Hex E1 64 F 0 38 5D C 18 58 2F
Octal 341 144 17 0 70 135 14 30 130 57
Binary 11100001 1100100 1111 0 111000 1011101 1100 11000 1011000 101111

Color Harmonies of #E1640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1640F

Black with #E1640F

Text Example


Text Example

White with #E1640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1640F; }

 p { color: rgb(225,100,15); }

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

background-color css

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

 a { background-color: rgb(225,100,15); }

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

border-color css

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

 span { border-color: rgb(225,100,15); }

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