Html Css Color HEX #E25F20 Chocolate

📋 copy color: '#E25F20'

red 226 ◦ green 95 ◦ blue 32

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

Shades of Chocolate #E25F20

Tints of Chocolate #E25F20

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.91%

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

R = 64.02%
G = 26.91%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E25F20 (or 0xE25F20) is known color: Chocolate. HEX triplet: E2, 5F and 20. RGB value is (226,95,32). Sum of RGB (Red+Green+Blue) = 226+95+32=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25F20 is #1DA0DF. Grayscale: #7F7F7F. Windows color (decimal): -1941728 or 2121698. OLE color: 2121698.

HSL color Cylindrical-coordinate representation of color #E25F20: hue angle of 19.48º 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 #E25F20 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 95 32 -
CMYK 0 0.58 0.86 0.11
HSL 19.48º 0.77% 0.51% -
HSV(B) 19.48º 0.86% 0.89% -
XYZ 35.72 24.46 4.2 -
YUV 126.99 74.4 198.62 -
System Red Green Blue C M Y K H S L
Decimal 226 95 32 0 0.58 0.86 0.11 19.48 0.77 0.51
Hex E2 5F 20 0 3A 56 B 13 4D 33
Octal 342 137 40 0 72 126 13 23 115 63
Binary 11100010 1011111 100000 0 111010 1010110 1011 10011 1001101 110011

Color Harmonies of #E25F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25F20

Black with #E25F20

Text Example


Text Example

White with #E25F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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