Html Css Color HEX #E06514 Chocolate

📋 copy color: '#E06514'

red 224 ◦ green 101 ◦ blue 20

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

Shades of Chocolate #E06514

Tints of Chocolate #E06514

RGB

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

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

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

R = 64.93%
G = 29.28%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E06514 (or 0xE06514) is known color: Chocolate. HEX triplet: E0, 65 and 14. RGB value is (224,101,20). Sum of RGB (Red+Green+Blue) = 224+101+20=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E06514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06514 is #1F9AEB. Grayscale: #808080. Windows color (decimal): -2071276 or 1336800. OLE color: 1336800.

HSL color Cylindrical-coordinate representation of color #E06514: hue angle of 23.82º 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 #E06514 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 101 20 -
CMYK 0 0.55 0.91 0.12
HSL 23.82º 0.84% 0.48% -
HSV(B) 23.82º 0.91% 0.88% -
XYZ 35.52 25.21 3.65 -
YUV 128.54 66.75 196.09 -
System Red Green Blue C M Y K H S L
Decimal 224 101 20 0 0.55 0.91 0.12 23.82 0.84 0.48
Hex E0 65 14 0 37 5B C 18 54 30
Octal 340 145 24 0 67 133 14 30 124 60
Binary 11100000 1100101 10100 0 110111 1011011 1100 11000 1010100 110000

Color Harmonies of #E06514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06514

Black with #E06514

Text Example


Text Example

White with #E06514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06514; }

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

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

background-color css

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

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

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

border-color css

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

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

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