Html Css Color HEX #E66016 Chocolate

📋 copy color: '#E66016'

red 230 ◦ green 96 ◦ blue 22

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

Shades of Chocolate #E66016

Tints of Chocolate #E66016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

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

R = 66.09%
G = 27.59%
B = 6.32%

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

#E66016 (or 0xE66016) is known color: Chocolate. HEX triplet: E6, 60 and 16. RGB value is (230,96,22). Sum of RGB (Red+Green+Blue) = 230+96+22=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E66016 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66016 is #199FE9. Grayscale: #808080. Windows color (decimal): -1679338 or 1466598. OLE color: 1466598.

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

Color convert

RGB 230 96 22 -
CMYK 0 0.58 0.90 0.10
HSL 21.35º 0.83% 0.49% -
HSV(B) 21.35º 0.9% 0.9% -
XYZ 36.96 25.25 3.68 -
YUV 127.63 68.39 201.02 -
System Red Green Blue C M Y K H S L
Decimal 230 96 22 0 0.58 0.90 0.10 21.35 0.83 0.49
Hex E6 60 16 0 3A 5A A 15 53 31
Octal 346 140 26 0 72 132 12 25 123 61
Binary 11100110 1100000 10110 0 111010 1011010 1010 10101 1010011 110001

Color Harmonies of #E66016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66016

Black with #E66016

Text Example


Text Example

White with #E66016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66016; }

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

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

background-color css

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

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

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

border-color css

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

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

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