Html Css Color HEX #E06315 Chocolate

📋 copy color: '#E06315'

red 224 ◦ green 99 ◦ blue 21

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

Shades of Chocolate #E06315

Tints of Chocolate #E06315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.1%

R = 65.12%
G = 28.78%
B = 6.1%

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

#E06315 (or 0xE06315) is known color: Chocolate. HEX triplet: E0, 63 and 15. RGB value is (224,99,21). Sum of RGB (Red+Green+Blue) = 224+99+21=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E06315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06315 is #1F9CEA. Grayscale: #7F7F7F. Windows color (decimal): -2071787 or 1401824. OLE color: 1401824.

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

Color convert

RGB 224 99 21 -
CMYK 0 0.56 0.91 0.12
HSL 23.05º 0.83% 0.48% -
HSV(B) 23.05º 0.91% 0.88% -
XYZ 35.34 24.83 3.64 -
YUV 127.48 67.91 196.84 -
System Red Green Blue C M Y K H S L
Decimal 224 99 21 0 0.56 0.91 0.12 23.05 0.83 0.48
Hex E0 63 15 0 38 5B C 17 53 30
Octal 340 143 25 0 70 133 14 27 123 60
Binary 11100000 1100011 10101 0 111000 1011011 1100 10111 1010011 110000

Color Harmonies of #E06315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06315

Black with #E06315

Text Example


Text Example

White with #E06315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06315; }

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

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

background-color css

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

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

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

border-color css

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

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

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