Html Css Color HEX #EA7450 Burnt Sienna

📋 copy color: '#EA7450'

red 234 ◦ green 116 ◦ blue 80

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

Shades of Burnt Sienna #EA7450

Tints of Burnt Sienna #EA7450

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.98%

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

R = 54.42%
G = 26.98%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EA7450 (or 0xEA7450) is known color: Burnt Sienna. HEX triplet: EA, 74 and 50. RGB value is (234,116,80). Sum of RGB (Red+Green+Blue) = 234+116+80=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7450 is #158BAF. Grayscale: #939393. Windows color (decimal): -1412016 or 5272810. OLE color: 5272810.

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

Color convert

RGB 234 116 80 -
CMYK 0 0.50 0.66 0.08
HSL 14.03º 0.79% 0.62% -
HSV(B) 14.03º 0.66% 0.92% -
XYZ 41.63 30.56 11.29 -
YUV 147.18 90.09 189.93 -
System Red Green Blue C M Y K H S L
Decimal 234 116 80 0 0.50 0.66 0.08 14.03 0.79 0.62
Hex EA 74 50 0 32 42 8 E 4F 3E
Octal 352 164 120 0 62 102 10 16 117 76
Binary 11101010 1110100 1010000 0 110010 1000010 1000 1110 1001111 111110

Color Harmonies of #EA7450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7450

Black with #EA7450

Text Example


Text Example

White with #EA7450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7450; }

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

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

background-color css

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

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

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

border-color css

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

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

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