Html Css Color HEX #E46015 Chocolate

📋 copy color: '#E46015'

red 228 ◦ green 96 ◦ blue 21

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

Shades of Chocolate #E46015

Tints of Chocolate #E46015

RGB

 RED value IS 228 (89.45% from 255) = 66.09%

 GREEN value IS 96 (37.89% from 255) = 27.83%

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

R = 66.09%
G = 27.83%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E46015 (or 0xE46015) is known color: Chocolate. HEX triplet: E4, 60 and 15. RGB value is (228,96,21). Sum of RGB (Red+Green+Blue) = 228+96+21=345 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.09% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 228 - color contains mainly: red. Hex color #E46015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46015 is #1B9FEA. Grayscale: #7F7F7F. Windows color (decimal): -1810411 or 1401060. OLE color: 1401060.

HSL color Cylindrical-coordinate representation of color #E46015: hue angle of 21.74º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E46015 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 96 21 -
CMYK 0 0.58 0.91 0.11
HSL 21.74º 0.83% 0.49% -
HSV(B) 21.74º 0.91% 0.89% -
XYZ 36.31 24.91 3.6 -
YUV 126.92 68.23 200.1 -
System Red Green Blue C M Y K H S L
Decimal 228 96 21 0 0.58 0.91 0.11 21.74 0.83 0.49
Hex E4 60 15 0 3A 5B B 16 53 31
Octal 344 140 25 0 72 133 13 26 123 61
Binary 11100100 1100000 10101 0 111010 1011011 1011 10110 1010011 110001

Color Harmonies of #E46015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46015

Black with #E46015

Text Example


Text Example

White with #E46015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46015; }

 p { color: rgb(228,96,21); }

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

background-color css

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

 a { background-color: rgb(228,96,21); }

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

border-color css

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

 span { border-color: rgb(228,96,21); }

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