Html Css Color HEX #E66416 Chocolate

📋 copy color: '#E66416'

red 230 ◦ green 100 ◦ blue 22

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

Shades of Chocolate #E66416

Tints of Chocolate #E66416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.41%

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

R = 65.34%
G = 28.41%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E66416 (or 0xE66416) is known color: Chocolate. HEX triplet: E6, 64 and 16. RGB value is (230,100,22). Sum of RGB (Red+Green+Blue) = 230+100+22=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E66416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66416 is #199BE9. Grayscale: #828282. Windows color (decimal): -1678314 or 1467622. OLE color: 1467622.

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

Color convert

RGB 230 100 22 -
CMYK 0 0.57 0.90 0.10
HSL 22.5º 0.83% 0.49% -
HSV(B) 22.5º 0.9% 0.9% -
XYZ 37.34 26 3.81 -
YUV 129.98 67.07 199.34 -
System Red Green Blue C M Y K H S L
Decimal 230 100 22 0 0.57 0.90 0.10 22.5 0.83 0.49
Hex E6 64 16 0 39 5A A 16 53 31
Octal 346 144 26 0 71 132 12 26 123 61
Binary 11100110 1100100 10110 0 111001 1011010 1010 10110 1010011 110001

Color Harmonies of #E66416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66416

Black with #E66416

Text Example


Text Example

White with #E66416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66416; }

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

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

background-color css

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

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

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

border-color css

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

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

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