Html Css Color HEX #EA7150 Burnt Sienna

📋 copy color: '#EA7150'

red 234 ◦ green 113 ◦ blue 80

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

Shades of Burnt Sienna #EA7150

Tints of Burnt Sienna #EA7150

RGB

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

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

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

R = 54.8%
G = 26.46%
B = 18.74%

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

#EA7150 (or 0xEA7150) is known color: Burnt Sienna. HEX triplet: EA, 71 and 50. RGB value is (234,113,80). Sum of RGB (Red+Green+Blue) = 234+113+80=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7150 is #158EAF. Grayscale: #919191. Windows color (decimal): -1412784 or 5272042. OLE color: 5272042.

HSL color Cylindrical-coordinate representation of color #EA7150: hue angle of 12.86º 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 #EA7150 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 113 80 -
CMYK 0 0.52 0.66 0.08
HSL 12.86º 0.79% 0.62% -
HSV(B) 12.86º 0.66% 0.92% -
XYZ 41.28 29.88 11.18 -
YUV 145.42 91.09 191.18 -
System Red Green Blue C M Y K H S L
Decimal 234 113 80 0 0.52 0.66 0.08 12.86 0.79 0.62
Hex EA 71 50 0 34 42 8 D 4F 3E
Octal 352 161 120 0 64 102 10 15 117 76
Binary 11101010 1110001 1010000 0 110100 1000010 1000 1101 1001111 111110

Color Harmonies of #EA7150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7150

Black with #EA7150

Text Example


Text Example

White with #EA7150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7150; }

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

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

background-color css

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

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

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

border-color css

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

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

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