Html Css Color HEX #E25D20 Chocolate

📋 copy color: '#E25D20'

red 226 ◦ green 93 ◦ blue 32

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

Shades of Chocolate #E25D20

Tints of Chocolate #E25D20

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.5%

 BLUE value IS 32 (12.89% from 255) = 9.12%

R = 64.39%
G = 26.5%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E25D20 (or 0xE25D20) is known color: Chocolate. HEX triplet: E2, 5D and 20. RGB value is (226,93,32). Sum of RGB (Red+Green+Blue) = 226+93+32=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25D20 is #1DA2DF. Grayscale: #7E7E7E. Windows color (decimal): -1942240 or 2121186. OLE color: 2121186.

HSL color Cylindrical-coordinate representation of color #E25D20: hue angle of 18.87º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E25D20 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 93 32 -
CMYK 0 0.59 0.86 0.11
HSL 18.87º 0.77% 0.51% -
HSV(B) 18.87º 0.86% 0.89% -
XYZ 35.54 24.1 4.15 -
YUV 125.81 75.06 199.46 -
System Red Green Blue C M Y K H S L
Decimal 226 93 32 0 0.59 0.86 0.11 18.87 0.77 0.51
Hex E2 5D 20 0 3B 56 B 13 4D 33
Octal 342 135 40 0 73 126 13 23 115 63
Binary 11100010 1011101 100000 0 111011 1010110 1011 10011 1001101 110011

Color Harmonies of #E25D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25D20

Black with #E25D20

Text Example


Text Example

White with #E25D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25D20; }

 p { color: rgb(226,93,32); }

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

background-color css

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

 a { background-color: rgb(226,93,32); }

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

border-color css

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

 span { border-color: rgb(226,93,32); }

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