Html Css Color HEX #EA7050 Burnt Sienna

📋 copy color: '#EA7050'

red 234 ◦ green 112 ◦ blue 80

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

Shades of Burnt Sienna #EA7050

Tints of Burnt Sienna #EA7050

RGB

 RED value IS 234 (91.8% from 255) = 54.93%

 GREEN value IS 112 (44.14% from 255) = 26.29%

 BLUE value IS 80 (31.64% from 255) = 18.78%

R = 54.93%
G = 26.29%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EA7050 (or 0xEA7050) is known color: Burnt Sienna. HEX triplet: EA, 70 and 50. RGB value is (234,112,80). Sum of RGB (Red+Green+Blue) = 234+112+80=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7050 is #158FAF. Grayscale: #919191. Windows color (decimal): -1413040 or 5271786. OLE color: 5271786.

HSL color Cylindrical-coordinate representation of color #EA7050: hue angle of 12.47º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA7050 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 112 80 -
CMYK 0 0.52 0.66 0.08
HSL 12.47º 0.79% 0.62% -
HSV(B) 12.47º 0.66% 0.92% -
XYZ 41.17 29.66 11.14 -
YUV 144.83 91.42 191.6 -
System Red Green Blue C M Y K H S L
Decimal 234 112 80 0 0.52 0.66 0.08 12.47 0.79 0.62
Hex EA 70 50 0 34 42 8 C 4F 3E
Octal 352 160 120 0 64 102 10 14 117 76
Binary 11101010 1110000 1010000 0 110100 1000010 1000 1100 1001111 111110

Color Harmonies of #EA7050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7050

Black with #EA7050

Text Example


Text Example

White with #EA7050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7050; }

 p { color: rgb(234,112,80); }

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

background-color css

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

 a { background-color: rgb(234,112,80); }

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

border-color css

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

 span { border-color: rgb(234,112,80); }

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