Html Css Color HEX #E2714A Burnt Sienna

📋 copy color: '#E2714A'

red 226 ◦ green 113 ◦ blue 74

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

Shades of Burnt Sienna #E2714A

Tints of Burnt Sienna #E2714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.36%

 BLUE value IS 74 (29.3% from 255) = 17.92%

R = 54.72%
G = 27.36%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2714A (or 0xE2714A) is known color: Burnt Sienna. HEX triplet: E2, 71 and 4A. RGB value is (226,113,74). Sum of RGB (Red+Green+Blue) = 226+113+74=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E2714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2714A is #1D8EB5. Grayscale: #8E8E8E. Windows color (decimal): -1937078 or 4878818. OLE color: 4878818.

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

Color convert

RGB 226 113 74 -
CMYK 0 0.5 0.67 0.11
HSL 15.39º 0.72% 0.59% -
HSV(B) 15.39º 0.67% 0.89% -
XYZ 38.51 28.47 9.95 -
YUV 142.34 89.44 187.67 -
System Red Green Blue C M Y K H S L
Decimal 226 113 74 0 0.5 0.67 0.11 15.39 0.72 0.59
Hex E2 71 4A 0 32 43 B F 48 3B
Octal 342 161 112 0 62 103 13 17 110 73
Binary 11100010 1110001 1001010 0 110010 1000011 1011 1111 1001000 111011

Color Harmonies of #E2714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2714A

Black with #E2714A

Text Example


Text Example

White with #E2714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2714A; }

 p { color: rgb(226,113,74); }

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

background-color css

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

 a { background-color: rgb(226,113,74); }

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

border-color css

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

 span { border-color: rgb(226,113,74); }

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