Html Css Color HEX #E66516 Chocolate

📋 copy color: '#E66516'

red 230 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #E66516

Tints of Chocolate #E66516

RGB

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

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

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

R = 65.16%
G = 28.61%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E66516 (or 0xE66516) is known color: Chocolate. HEX triplet: E6, 65 and 16. RGB value is (230,101,22). Sum of RGB (Red+Green+Blue) = 230+101+22=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 22 (8.98% from 255 or 6.23% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E66516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66516 is #199AE9. Grayscale: #838383. Windows color (decimal): -1678058 or 1467878. OLE color: 1467878.

HSL color Cylindrical-coordinate representation of color #E66516: hue angle of 22.79º 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 #E66516 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 101 22 -
CMYK 0 0.56 0.90 0.10
HSL 22.79º 0.83% 0.49% -
HSV(B) 22.79º 0.9% 0.9% -
XYZ 37.43 26.19 3.84 -
YUV 130.57 66.74 198.92 -
System Red Green Blue C M Y K H S L
Decimal 230 101 22 0 0.56 0.90 0.10 22.79 0.83 0.49
Hex E6 65 16 0 38 5A A 17 53 31
Octal 346 145 26 0 70 132 12 27 123 61
Binary 11100110 1100101 10110 0 111000 1011010 1010 10111 1010011 110001

Color Harmonies of #E66516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66516

Black with #E66516

Text Example


Text Example

White with #E66516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66516; }

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

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

background-color css

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

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

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

border-color css

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

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

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