Html Css Color HEX #E66314 Chocolate

📋 copy color: '#E66314'

red 230 ◦ green 99 ◦ blue 20

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

Shades of Chocolate #E66314

Tints of Chocolate #E66314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.37%

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

R = 65.9%
G = 28.37%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E66314 (or 0xE66314) is known color: Chocolate. HEX triplet: E6, 63 and 14. RGB value is (230,99,20). Sum of RGB (Red+Green+Blue) = 230+99+20=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E66314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66314 is #199CEB. Grayscale: #818181. Windows color (decimal): -1678572 or 1336294. OLE color: 1336294.

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

Color convert

RGB 230 99 20 -
CMYK 0 0.57 0.91 0.10
HSL 22.57º 0.84% 0.49% -
HSV(B) 22.57º 0.91% 0.9% -
XYZ 37.22 25.8 3.68 -
YUV 129.16 66.4 199.92 -
System Red Green Blue C M Y K H S L
Decimal 230 99 20 0 0.57 0.91 0.10 22.57 0.84 0.49
Hex E6 63 14 0 39 5B A 17 54 31
Octal 346 143 24 0 71 133 12 27 124 61
Binary 11100110 1100011 10100 0 111001 1011011 1010 10111 1010100 110001

Color Harmonies of #E66314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66314

Black with #E66314

Text Example


Text Example

White with #E66314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66314; }

 p { color: rgb(230,99,20); }

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

background-color css

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

 a { background-color: rgb(230,99,20); }

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

border-color css

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

 span { border-color: rgb(230,99,20); }

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