Html Css Color HEX #E66116 Chocolate

📋 copy color: '#E66116'

red 230 ◦ green 97 ◦ blue 22

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

Shades of Chocolate #E66116

Tints of Chocolate #E66116

RGB

 RED value IS 230 (90.23% from 255) = 65.9%

 GREEN value IS 97 (38.28% from 255) = 27.79%

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

R = 65.9%
G = 27.79%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E66116 (or 0xE66116) is known color: Chocolate. HEX triplet: E6, 61 and 16. RGB value is (230,97,22). Sum of RGB (Red+Green+Blue) = 230+97+22=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E66116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66116 is #199EE9. Grayscale: #808080. Windows color (decimal): -1679082 or 1466854. OLE color: 1466854.

HSL color Cylindrical-coordinate representation of color #E66116: hue angle of 21.63º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E66116 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 97 22 -
CMYK 0 0.58 0.90 0.10
HSL 21.63º 0.83% 0.49% -
HSV(B) 21.63º 0.9% 0.9% -
XYZ 37.05 25.43 3.71 -
YUV 128.22 68.06 200.6 -
System Red Green Blue C M Y K H S L
Decimal 230 97 22 0 0.58 0.90 0.10 21.63 0.83 0.49
Hex E6 61 16 0 3A 5A A 16 53 31
Octal 346 141 26 0 72 132 12 26 123 61
Binary 11100110 1100001 10110 0 111010 1011010 1010 10110 1010011 110001

Color Harmonies of #E66116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66116

Black with #E66116

Text Example


Text Example

White with #E66116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66116; }

 p { color: rgb(230,97,22); }

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

background-color css

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

 a { background-color: rgb(230,97,22); }

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

border-color css

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

 span { border-color: rgb(230,97,22); }

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