Html Css Color HEX #E27015 Chocolate

📋 copy color: '#E27015'

red 226 ◦ green 112 ◦ blue 21

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

Shades of Chocolate #E27015

Tints of Chocolate #E27015

RGB

 RED value IS 226 (88.67% from 255) = 62.95%

 GREEN value IS 112 (44.14% from 255) = 31.2%

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

R = 62.95%
G = 31.2%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E27015 (or 0xE27015) is known color: Chocolate. HEX triplet: E2, 70 and 15. RGB value is (226,112,21). Sum of RGB (Red+Green+Blue) = 226+112+21=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E27015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E27015 is #1D8FEA. Grayscale: #888888. Windows color (decimal): -1937387 or 1405154. OLE color: 1405154.

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

Color convert

RGB 226 112 21 -
CMYK 0 0.50 0.91 0.11
HSL 26.63º 0.83% 0.48% -
HSV(B) 26.63º 0.91% 0.89% -
XYZ 37.29 27.81 4.11 -
YUV 135.71 63.27 192.4 -
System Red Green Blue C M Y K H S L
Decimal 226 112 21 0 0.50 0.91 0.11 26.63 0.83 0.48
Hex E2 70 15 0 32 5B B 1B 53 30
Octal 342 160 25 0 62 133 13 33 123 60
Binary 11100010 1110000 10101 0 110010 1011011 1011 11011 1010011 110000

Color Harmonies of #E27015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27015

Black with #E27015

Text Example


Text Example

White with #E27015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27015; }

 p { color: rgb(226,112,21); }

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

background-color css

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

 a { background-color: rgb(226,112,21); }

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

border-color css

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

 span { border-color: rgb(226,112,21); }

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