Html Css Color HEX #EA714A Burnt Sienna

📋 copy color: '#EA714A'

red 234 ◦ green 113 ◦ blue 74

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

Shades of Burnt Sienna #EA714A

Tints of Burnt Sienna #EA714A

RGB

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

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

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

R = 55.58%
G = 26.84%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA714A (or 0xEA714A) is known color: Burnt Sienna. HEX triplet: EA, 71 and 4A. RGB value is (234,113,74). Sum of RGB (Red+Green+Blue) = 234+113+74=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA714A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA714A is #158EB5. Grayscale: #919191. Windows color (decimal): -1412790 or 4878826. OLE color: 4878826.

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

Color convert

RGB 234 113 74 -
CMYK 0 0.52 0.68 0.08
HSL 14.63º 0.79% 0.6% -
HSV(B) 14.63º 0.68% 0.92% -
XYZ 41.07 29.8 10.07 -
YUV 144.73 88.09 191.67 -
System Red Green Blue C M Y K H S L
Decimal 234 113 74 0 0.52 0.68 0.08 14.63 0.79 0.6
Hex EA 71 4A 0 34 44 8 F 4F 3C
Octal 352 161 112 0 64 104 10 17 117 74
Binary 11101010 1110001 1001010 0 110100 1000100 1000 1111 1001111 111100

Color Harmonies of #EA714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA714A

Black with #EA714A

Text Example


Text Example

White with #EA714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA714A; }

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

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

background-color css

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

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

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

border-color css

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

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

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