Html Css Color HEX #E25E14 Chocolate

📋 copy color: '#E25E14'

red 226 ◦ green 94 ◦ blue 20

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

Shades of Chocolate #E25E14

Tints of Chocolate #E25E14

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.65%

 BLUE value IS 20 (8.2% from 255) = 5.88%

R = 66.47%
G = 27.65%
B = 5.88%

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

#E25E14 (or 0xE25E14) is known color: Chocolate. HEX triplet: E2, 5E and 14. RGB value is (226,94,20). Sum of RGB (Red+Green+Blue) = 226+94+20=340 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.47% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25E14 is #1DA1EB. Grayscale: #7D7D7D. Windows color (decimal): -1941996 or 1335010. OLE color: 1335010.

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

Color convert

RGB 226 94 20 -
CMYK 0 0.58 0.91 0.11
HSL 21.55º 0.84% 0.48% -
HSV(B) 21.55º 0.91% 0.89% -
XYZ 35.49 24.22 3.47 -
YUV 125.03 68.73 200.02 -
System Red Green Blue C M Y K H S L
Decimal 226 94 20 0 0.58 0.91 0.11 21.55 0.84 0.48
Hex E2 5E 14 0 3A 5B B 16 54 30
Octal 342 136 24 0 72 133 13 26 124 60
Binary 11100010 1011110 10100 0 111010 1011011 1011 10110 1010100 110000

Color Harmonies of #E25E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E14

Black with #E25E14

Text Example


Text Example

White with #E25E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E14; }

 p { color: rgb(226,94,20); }

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

background-color css

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

 a { background-color: rgb(226,94,20); }

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

border-color css

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

 span { border-color: rgb(226,94,20); }

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