Html Css Color HEX #E6A146 Fire Bush

📋 copy color: '#E6A146'

red 230 ◦ green 161 ◦ blue 70

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

Shades of Fire Bush #E6A146

Tints of Fire Bush #E6A146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.18%

R = 49.89%
G = 34.92%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E6A146 (or 0xE6A146) is known color: Fire Bush. HEX triplet: E6, A1 and 46. RGB value is (230,161,70). Sum of RGB (Red+Green+Blue) = 230+161+70=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A146 is #195EB9. Grayscale: #ABABAB. Windows color (decimal): -1662650 or 4628966. OLE color: 4628966.

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

Color convert

RGB 230 161 70 -
CMYK 0 0.3 0.70 0.10
HSL 34.13º 0.76% 0.59% -
HSV(B) 34.13º 0.7% 0.9% -
XYZ 46.48 42.75 11.6 -
YUV 171.26 70.86 169.9 -
System Red Green Blue C M Y K H S L
Decimal 230 161 70 0 0.3 0.70 0.10 34.13 0.76 0.59
Hex E6 A1 46 0 1E 46 A 22 4C 3B
Octal 346 241 106 0 36 106 12 42 114 73
Binary 11100110 10100001 1000110 0 11110 1000110 1010 100010 1001100 111011

Color Harmonies of #E6A146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A146

Black with #E6A146

Text Example


Text Example

White with #E6A146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A146; }

 p { color: rgb(230,161,70); }

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

background-color css

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

 a { background-color: rgb(230,161,70); }

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

border-color css

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

 span { border-color: rgb(230,161,70); }

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