Html Css Color HEX #E06310 Chocolate

📋 copy color: '#E06310'

red 224 ◦ green 99 ◦ blue 16

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

Shades of Chocolate #E06310

Tints of Chocolate #E06310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.72%

R = 66.08%
G = 29.2%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E06310 (or 0xE06310) is known color: Chocolate. HEX triplet: E0, 63 and 10. RGB value is (224,99,16). Sum of RGB (Red+Green+Blue) = 224+99+16=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E06310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06310 is #1F9CEF. Grayscale: #7F7F7F. Windows color (decimal): -2071792 or 1074144. OLE color: 1074144.

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

Color convert

RGB 224 99 16 -
CMYK 0 0.56 0.93 0.12
HSL 23.94º 0.87% 0.47% -
HSV(B) 23.94º 0.93% 0.88% -
XYZ 35.3 24.81 3.42 -
YUV 126.91 65.41 197.25 -
System Red Green Blue C M Y K H S L
Decimal 224 99 16 0 0.56 0.93 0.12 23.94 0.87 0.47
Hex E0 63 10 0 38 5D C 18 57 2F
Octal 340 143 20 0 70 135 14 30 127 57
Binary 11100000 1100011 10000 0 111000 1011101 1100 11000 1010111 101111

Color Harmonies of #E06310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06310

Black with #E06310

Text Example


Text Example

White with #E06310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06310; }

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

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

background-color css

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

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

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

border-color css

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

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

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