Html Css Color HEX #E5A14C Fire Bush

📋 copy color: '#E5A14C'

red 229 ◦ green 161 ◦ blue 76

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

Shades of Fire Bush #E5A14C

Tints of Fire Bush #E5A14C

RGB

 RED value IS 229 (89.84% from 255) = 49.14%

 GREEN value IS 161 (63.28% from 255) = 34.55%

 BLUE value IS 76 (30.08% from 255) = 16.31%

R = 49.14%
G = 34.55%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5A14C (or 0xE5A14C) is known color: Fire Bush. HEX triplet: E5, A1 and 4C. RGB value is (229,161,76). Sum of RGB (Red+Green+Blue) = 229+161+76=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A14C is #1A5EB3. Grayscale: #ACACAC. Windows color (decimal): -1728180 or 5022181. OLE color: 5022181.

HSL color Cylindrical-coordinate representation of color #E5A14C: hue angle of 33.33º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5A14C is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 161 76 -
CMYK 0 0.30 0.67 0.10
HSL 33.33º 0.75% 0.6% -
HSV(B) 33.33º 0.67% 0.9% -
XYZ 46.36 42.67 12.63 -
YUV 171.64 74.03 168.91 -
System Red Green Blue C M Y K H S L
Decimal 229 161 76 0 0.30 0.67 0.10 33.33 0.75 0.6
Hex E5 A1 4C 0 1E 43 A 21 4B 3C
Octal 345 241 114 0 36 103 12 41 113 74
Binary 11100101 10100001 1001100 0 11110 1000011 1010 100001 1001011 111100

Color Harmonies of #E5A14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A14C

Black with #E5A14C

Text Example


Text Example

White with #E5A14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A14C; }

 p { color: rgb(229,161,76); }

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

background-color css

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

 a { background-color: rgb(229,161,76); }

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

border-color css

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

 span { border-color: rgb(229,161,76); }

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