Html Css Color HEX #EBA346 Fire Bush

📋 copy color: '#EBA346'

red 235 ◦ green 163 ◦ blue 70

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

Shades of Fire Bush #EBA346

Tints of Fire Bush #EBA346

RGB

 RED value IS 235 (92.19% from 255) = 50.21%

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

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

R = 50.21%
G = 34.83%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EBA346 (or 0xEBA346) is known color: Fire Bush. HEX triplet: EB, A3 and 46. RGB value is (235,163,70). Sum of RGB (Red+Green+Blue) = 235+163+70=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA346 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA346 is #145CB9. Grayscale: #AEAEAE. Windows color (decimal): -1334458 or 4629483. OLE color: 4629483.

HSL color Cylindrical-coordinate representation of color #EBA346: hue angle of 33.82º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBA346 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 163 70 -
CMYK 0 0.31 0.70 0.08
HSL 33.82º 0.8% 0.6% -
HSV(B) 33.82º 0.7% 0.92% -
XYZ 48.46 44.3 11.79 -
YUV 173.93 69.35 171.56 -
System Red Green Blue C M Y K H S L
Decimal 235 163 70 0 0.31 0.70 0.08 33.82 0.8 0.6
Hex EB A3 46 0 1F 46 8 22 50 3C
Octal 353 243 106 0 37 106 10 42 120 74
Binary 11101011 10100011 1000110 0 11111 1000110 1000 100010 1010000 111100

Color Harmonies of #EBA346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA346

Black with #EBA346

Text Example


Text Example

White with #EBA346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA346; }

 p { color: rgb(235,163,70); }

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

background-color css

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

 a { background-color: rgb(235,163,70); }

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

border-color css

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

 span { border-color: rgb(235,163,70); }

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