Html Css Color HEX #E6A449 Fire Bush

📋 copy color: '#E6A449'

red 230 ◦ green 164 ◦ blue 73

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

Shades of Fire Bush #E6A449

Tints of Fire Bush #E6A449

RGB

 RED value IS 230 (90.23% from 255) = 49.25%

 GREEN value IS 164 (64.45% from 255) = 35.12%

 BLUE value IS 73 (28.91% from 255) = 15.63%

R = 49.25%
G = 35.12%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6A449 (or 0xE6A449) is known color: Fire Bush. HEX triplet: E6, A4 and 49. RGB value is (230,164,73). Sum of RGB (Red+Green+Blue) = 230+164+73=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A449 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A449 is #195BB6. Grayscale: #ADADAD. Windows color (decimal): -1661879 or 4826342. OLE color: 4826342.

HSL color Cylindrical-coordinate representation of color #E6A449: hue angle of 34.78º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6A449 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 164 73 -
CMYK 0 0.29 0.68 0.10
HSL 34.78º 0.76% 0.59% -
HSV(B) 34.78º 0.68% 0.9% -
XYZ 47.11 43.85 12.29 -
YUV 173.36 71.37 168.4 -
System Red Green Blue C M Y K H S L
Decimal 230 164 73 0 0.29 0.68 0.10 34.78 0.76 0.59
Hex E6 A4 49 0 1D 44 A 23 4C 3B
Octal 346 244 111 0 35 104 12 43 114 73
Binary 11100110 10100100 1001001 0 11101 1000100 1010 100011 1001100 111011

Color Harmonies of #E6A449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A449

Black with #E6A449

Text Example


Text Example

White with #E6A449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A449; }

 p { color: rgb(230,164,73); }

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

background-color css

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

 a { background-color: rgb(230,164,73); }

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

border-color css

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

 span { border-color: rgb(230,164,73); }

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