Html Css Color HEX #E25F16 Chocolate

📋 copy color: '#E25F16'

red 226 ◦ green 95 ◦ blue 22

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

Shades of Chocolate #E25F16

Tints of Chocolate #E25F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.41%

R = 65.89%
G = 27.7%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E25F16 (or 0xE25F16) is known color: Chocolate. HEX triplet: E2, 5F and 16. RGB value is (226,95,22). Sum of RGB (Red+Green+Blue) = 226+95+22=343 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.89% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25F16 is #1DA0E9. Grayscale: #7E7E7E. Windows color (decimal): -1941738 or 1466338. OLE color: 1466338.

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

Color convert

RGB 226 95 22 -
CMYK 0 0.58 0.90 0.11
HSL 21.47º 0.82% 0.49% -
HSV(B) 21.47º 0.9% 0.89% -
XYZ 35.6 24.41 3.59 -
YUV 125.85 69.4 199.44 -
System Red Green Blue C M Y K H S L
Decimal 226 95 22 0 0.58 0.90 0.11 21.47 0.82 0.49
Hex E2 5F 16 0 3A 5A B 15 52 31
Octal 342 137 26 0 72 132 13 25 122 61
Binary 11100010 1011111 10110 0 111010 1011010 1011 10101 1010010 110001

Color Harmonies of #E25F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25F16

Black with #E25F16

Text Example


Text Example

White with #E25F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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