Html Css Color HEX #EBA447 Fire Bush

📋 copy color: '#EBA447'

red 235 ◦ green 164 ◦ blue 71

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

Shades of Fire Bush #EBA447

Tints of Fire Bush #EBA447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.11%

R = 50%
G = 34.89%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EBA447 (or 0xEBA447) is known color: Fire Bush. HEX triplet: EB, A4 and 47. RGB value is (235,164,71). Sum of RGB (Red+Green+Blue) = 235+164+71=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 71 (28.12% from 255 or 15.11% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA447 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA447 is #145BB8. Grayscale: #AFAFAF. Windows color (decimal): -1334201 or 4695275. OLE color: 4695275.

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

Color convert

RGB 235 164 71 -
CMYK 0 0.30 0.70 0.08
HSL 34.02º 0.8% 0.6% -
HSV(B) 34.02º 0.7% 0.92% -
XYZ 48.67 44.67 12.02 -
YUV 174.63 69.52 171.06 -
System Red Green Blue C M Y K H S L
Decimal 235 164 71 0 0.30 0.70 0.08 34.02 0.8 0.6
Hex EB A4 47 0 1E 46 8 22 50 3C
Octal 353 244 107 0 36 106 10 42 120 74
Binary 11101011 10100100 1000111 0 11110 1000110 1000 100010 1010000 111100

Color Harmonies of #EBA447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA447

Black with #EBA447

Text Example


Text Example

White with #EBA447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA447; }

 p { color: rgb(235,164,71); }

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

background-color css

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

 a { background-color: rgb(235,164,71); }

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

border-color css

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

 span { border-color: rgb(235,164,71); }

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