Html Css Color HEX #E0640E Chocolate

📋 copy color: '#E0640E'

red 224 ◦ green 100 ◦ blue 14

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

Shades of Chocolate #E0640E

Tints of Chocolate #E0640E

RGB

 RED value IS 224 (87.89% from 255) = 66.27%

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

 BLUE value IS 14 (5.86% from 255) = 4.14%

R = 66.27%
G = 29.59%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0640E (or 0xE0640E) is known color: Chocolate. HEX triplet: E0, 64 and 0E. RGB value is (224,100,14). Sum of RGB (Red+Green+Blue) = 224+100+14=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E0640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0640E is #1F9BF1. Grayscale: #7F7F7F. Windows color (decimal): -2071538 or 943328. OLE color: 943328.

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

Color convert

RGB 224 100 14 -
CMYK 0 0.55 0.94 0.12
HSL 24.57º 0.88% 0.47% -
HSV(B) 24.57º 0.94% 0.88% -
XYZ 35.38 24.99 3.38 -
YUV 127.27 64.08 196.99 -
System Red Green Blue C M Y K H S L
Decimal 224 100 14 0 0.55 0.94 0.12 24.57 0.88 0.47
Hex E0 64 E 0 37 5E C 19 58 2F
Octal 340 144 16 0 67 136 14 31 130 57
Binary 11100000 1100100 1110 0 110111 1011110 1100 11001 1011000 101111

Color Harmonies of #E0640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0640E

Black with #E0640E

Text Example


Text Example

White with #E0640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0640E; }

 p { color: rgb(224,100,14); }

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

background-color css

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

 a { background-color: rgb(224,100,14); }

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

border-color css

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

 span { border-color: rgb(224,100,14); }

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