Html Css Color HEX #E7601B Chocolate

📋 copy color: '#E7601B'

red 231 ◦ green 96 ◦ blue 27

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

Shades of Chocolate #E7601B

Tints of Chocolate #E7601B

RGB

 RED value IS 231 (90.63% from 255) = 65.25%

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 27 (10.94% from 255) = 7.63%

R = 65.25%
G = 27.12%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E7601B (or 0xE7601B) is known color: Chocolate. HEX triplet: E7, 60 and 1B. RGB value is (231,96,27). Sum of RGB (Red+Green+Blue) = 231+96+27=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E7601B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7601B is #189FE4. Grayscale: #808080. Windows color (decimal): -1613797 or 1794279. OLE color: 1794279.

HSL color Cylindrical-coordinate representation of color #E7601B: hue angle of 20.29º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7601B is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 96 27 -
CMYK 0 0.58 0.88 0.09
HSL 20.29º 0.81% 0.51% -
HSV(B) 20.29º 0.88% 0.91% -
XYZ 37.34 25.43 3.98 -
YUV 128.5 70.73 201.11 -
System Red Green Blue C M Y K H S L
Decimal 231 96 27 0 0.58 0.88 0.09 20.29 0.81 0.51
Hex E7 60 1B 0 3A 58 9 14 51 33
Octal 347 140 33 0 72 130 11 24 121 63
Binary 11100111 1100000 11011 0 111010 1011000 1001 10100 1010001 110011

Color Harmonies of #E7601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7601B

Black with #E7601B

Text Example


Text Example

White with #E7601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7601B; }

 p { color: rgb(231,96,27); }

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

background-color css

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

 a { background-color: rgb(231,96,27); }

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

border-color css

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

 span { border-color: rgb(231,96,27); }

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