Html Css Color HEX #E2671F Chocolate

📋 copy color: '#E2671F'

red 226 ◦ green 103 ◦ blue 31

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

Shades of Chocolate #E2671F

Tints of Chocolate #E2671F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.61%

 BLUE value IS 31 (12.5% from 255) = 8.61%

R = 62.78%
G = 28.61%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2671F (or 0xE2671F) is known color: Chocolate. HEX triplet: E2, 67 and 1F. RGB value is (226,103,31). Sum of RGB (Red+Green+Blue) = 226+103+31=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E2671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2671F is #1D98E0. Grayscale: #838383. Windows color (decimal): -1939681 or 2058210. OLE color: 2058210.

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

Color convert

RGB 226 103 31 -
CMYK 0 0.54 0.86 0.11
HSL 22.15º 0.77% 0.5% -
HSV(B) 22.15º 0.86% 0.89% -
XYZ 36.46 25.97 4.39 -
YUV 131.57 71.25 195.35 -
System Red Green Blue C M Y K H S L
Decimal 226 103 31 0 0.54 0.86 0.11 22.15 0.77 0.5
Hex E2 67 1F 0 36 56 B 16 4D 32
Octal 342 147 37 0 66 126 13 26 115 62
Binary 11100010 1100111 11111 0 110110 1010110 1011 10110 1001101 110010

Color Harmonies of #E2671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2671F

Black with #E2671F

Text Example


Text Example

White with #E2671F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2671F; }

 p { color: rgb(226,103,31); }

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

background-color css

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

 a { background-color: rgb(226,103,31); }

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

border-color css

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

 span { border-color: rgb(226,103,31); }

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