Html Css Color HEX #E76714 Chocolate

📋 copy color: '#E76714'

red 231 ◦ green 103 ◦ blue 20

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

Shades of Chocolate #E76714

Tints of Chocolate #E76714

RGB

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

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

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

R = 65.25%
G = 29.1%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E76714 (or 0xE76714) is known color: Chocolate. HEX triplet: E7, 67 and 14. RGB value is (231,103,20). Sum of RGB (Red+Green+Blue) = 231+103+20=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E76714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76714 is #1898EB. Grayscale: #848484. Windows color (decimal): -1612012 or 1337319. OLE color: 1337319.

HSL color Cylindrical-coordinate representation of color #E76714: hue angle of 23.6º 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 #E76714 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 103 20 -
CMYK 0 0.55 0.91 0.09
HSL 23.6º 0.84% 0.49% -
HSV(B) 23.6º 0.91% 0.91% -
XYZ 37.93 26.74 3.82 -
YUV 131.81 64.91 198.75 -
System Red Green Blue C M Y K H S L
Decimal 231 103 20 0 0.55 0.91 0.09 23.6 0.84 0.49
Hex E7 67 14 0 37 5B 9 18 54 31
Octal 347 147 24 0 67 133 11 30 124 61
Binary 11100111 1100111 10100 0 110111 1011011 1001 11000 1010100 110001

Color Harmonies of #E76714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76714

Black with #E76714

Text Example


Text Example

White with #E76714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76714; }

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

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

background-color css

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

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

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

border-color css

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

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

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