Html Css Color HEX #E06314 Chocolate

📋 copy color: '#E06314'

red 224 ◦ green 99 ◦ blue 20

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

Shades of Chocolate #E06314

Tints of Chocolate #E06314

RGB

 RED value IS 224 (87.89% from 255) = 65.31%

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

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

R = 65.31%
G = 28.86%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E06314 (or 0xE06314) is known color: Chocolate. HEX triplet: E0, 63 and 14. RGB value is (224,99,20). Sum of RGB (Red+Green+Blue) = 224+99+20=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E06314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06314 is #1F9CEB. Grayscale: #7F7F7F. Windows color (decimal): -2071788 or 1336288. OLE color: 1336288.

HSL color Cylindrical-coordinate representation of color #E06314: hue angle of 23.24º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E06314 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 99 20 -
CMYK 0 0.56 0.91 0.12
HSL 23.24º 0.84% 0.48% -
HSV(B) 23.24º 0.91% 0.88% -
XYZ 35.33 24.82 3.59 -
YUV 127.37 67.41 196.92 -
System Red Green Blue C M Y K H S L
Decimal 224 99 20 0 0.56 0.91 0.12 23.24 0.84 0.48
Hex E0 63 14 0 38 5B C 17 54 30
Octal 340 143 24 0 70 133 14 27 124 60
Binary 11100000 1100011 10100 0 111000 1011011 1100 10111 1010100 110000

Color Harmonies of #E06314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06314

Black with #E06314

Text Example


Text Example

White with #E06314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06314; }

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

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

background-color css

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

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

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

border-color css

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

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

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