Html Css Color HEX #E6A344 Fire Bush

📋 copy color: '#E6A344'

red 230 ◦ green 163 ◦ blue 68

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

Shades of Fire Bush #E6A344

Tints of Fire Bush #E6A344

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.36%

 BLUE value IS 68 (26.95% from 255) = 14.75%

R = 49.89%
G = 35.36%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E6A344 (or 0xE6A344) is known color: Fire Bush. HEX triplet: E6, A3 and 44. RGB value is (230,163,68). Sum of RGB (Red+Green+Blue) = 230+163+68=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 68 (26.95% from 255 or 14.75% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A344 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A344 is #195CBB. Grayscale: #ACACAC. Windows color (decimal): -1662140 or 4498406. OLE color: 4498406.

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

Color convert

RGB 230 163 68 -
CMYK 0 0.29 0.70 0.10
HSL 35.19º 0.76% 0.58% -
HSV(B) 35.19º 0.7% 0.9% -
XYZ 46.77 43.43 11.39 -
YUV 172.2 69.2 169.22 -
System Red Green Blue C M Y K H S L
Decimal 230 163 68 0 0.29 0.70 0.10 35.19 0.76 0.58
Hex E6 A3 44 0 1D 46 A 23 4C 3A
Octal 346 243 104 0 35 106 12 43 114 72
Binary 11100110 10100011 1000100 0 11101 1000110 1010 100011 1001100 111010

Color Harmonies of #E6A344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A344

Black with #E6A344

Text Example


Text Example

White with #E6A344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A344; }

 p { color: rgb(230,163,68); }

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

background-color css

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

 a { background-color: rgb(230,163,68); }

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

border-color css

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

 span { border-color: rgb(230,163,68); }

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