Html Css Color HEX #E6A04C Fire Bush

📋 copy color: '#E6A04C'

red 230 ◦ green 160 ◦ blue 76

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

Shades of Fire Bush #E6A04C

Tints of Fire Bush #E6A04C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.33%

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

R = 49.36%
G = 34.33%
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

#E6A04C (or 0xE6A04C) is known color: Fire Bush. HEX triplet: E6, A0 and 4C. RGB value is (230,160,76). Sum of RGB (Red+Green+Blue) = 230+160+76=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A04C is #195FB3. Grayscale: #ABABAB. Windows color (decimal): -1662900 or 5021926. OLE color: 5021926.

HSL color Cylindrical-coordinate representation of color #E6A04C: hue angle of 32.73º 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 #E6A04C is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 160 76 -
CMYK 0 0.30 0.67 0.10
HSL 32.73º 0.75% 0.6% -
HSV(B) 32.73º 0.67% 0.9% -
XYZ 46.51 42.49 12.59 -
YUV 171.35 74.19 169.83 -
System Red Green Blue C M Y K H S L
Decimal 230 160 76 0 0.30 0.67 0.10 32.73 0.75 0.6
Hex E6 A0 4C 0 1E 43 A 21 4B 3C
Octal 346 240 114 0 36 103 12 41 113 74
Binary 11100110 10100000 1001100 0 11110 1000011 1010 100001 1001011 111100

Color Harmonies of #E6A04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A04C

Black with #E6A04C

Text Example


Text Example

White with #E6A04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A04C; }

 p { color: rgb(230,160,76); }

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

background-color css

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

 a { background-color: rgb(230,160,76); }

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

border-color css

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

 span { border-color: rgb(230,160,76); }

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