Html Css Color HEX #E76514 Chocolate

📋 copy color: '#E76514'

red 231 ◦ green 101 ◦ blue 20

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

Shades of Chocolate #E76514

Tints of Chocolate #E76514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.69%

 BLUE value IS 20 (8.2% from 255) = 5.68%

R = 65.63%
G = 28.69%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E76514 (or 0xE76514) is known color: Chocolate. HEX triplet: E7, 65 and 14. RGB value is (231,101,20). Sum of RGB (Red+Green+Blue) = 231+101+20=352 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.62% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 231 - color contains mainly: red. Hex color #E76514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76514 is #189AEB. Grayscale: #838383. Windows color (decimal): -1612524 or 1336807. OLE color: 1336807.

HSL color Cylindrical-coordinate representation of color #E76514: hue angle of 23.03º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E76514 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 101 20 -
CMYK 0 0.56 0.91 0.09
HSL 23.03º 0.84% 0.49% -
HSV(B) 23.03º 0.91% 0.91% -
XYZ 37.73 26.35 3.76 -
YUV 130.64 65.57 199.59 -
System Red Green Blue C M Y K H S L
Decimal 231 101 20 0 0.56 0.91 0.09 23.03 0.84 0.49
Hex E7 65 14 0 38 5B 9 17 54 31
Octal 347 145 24 0 70 133 11 27 124 61
Binary 11100111 1100101 10100 0 111000 1011011 1001 10111 1010100 110001

Color Harmonies of #E76514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76514

Black with #E76514

Text Example


Text Example

White with #E76514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76514; }

 p { color: rgb(231,101,20); }

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

background-color css

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

 a { background-color: rgb(231,101,20); }

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

border-color css

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

 span { border-color: rgb(231,101,20); }

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