Html Css Color HEX #E76B16 Chocolate

📋 copy color: '#E76B16'

red 231 ◦ green 107 ◦ blue 22

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

Shades of Chocolate #E76B16

Tints of Chocolate #E76B16

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.72%

 BLUE value IS 22 (8.98% from 255) = 6.11%

R = 64.17%
G = 29.72%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E76B16 (or 0xE76B16) is known color: Chocolate. HEX triplet: E7, 6B and 16. RGB value is (231,107,22). Sum of RGB (Red+Green+Blue) = 231+107+22=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E76B16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76B16 is #1894E9. Grayscale: #868686. Windows color (decimal): -1610986 or 1469415. OLE color: 1469415.

HSL color Cylindrical-coordinate representation of color #E76B16: hue angle of 24.4º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E76B16 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 107 22 -
CMYK 0 0.54 0.90 0.09
HSL 24.4º 0.83% 0.5% -
HSV(B) 24.4º 0.9% 0.91% -
XYZ 38.36 27.56 4.06 -
YUV 134.39 64.58 196.91 -
System Red Green Blue C M Y K H S L
Decimal 231 107 22 0 0.54 0.90 0.09 24.4 0.83 0.5
Hex E7 6B 16 0 36 5A 9 18 53 32
Octal 347 153 26 0 66 132 11 30 123 62
Binary 11100111 1101011 10110 0 110110 1011010 1001 11000 1010011 110010

Color Harmonies of #E76B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76B16

Black with #E76B16

Text Example


Text Example

White with #E76B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76B16; }

 p { color: rgb(231,107,22); }

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

background-color css

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

 a { background-color: rgb(231,107,22); }

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

border-color css

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

 span { border-color: rgb(231,107,22); }

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