Html Css Color HEX #EBA043 Fire Bush

📋 copy color: '#EBA043'

red 235 ◦ green 160 ◦ blue 67

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

Shades of Fire Bush #EBA043

Tints of Fire Bush #EBA043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.5%

R = 50.87%
G = 34.63%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBA043 (or 0xEBA043) is known color: Fire Bush. HEX triplet: EB, A0 and 43. RGB value is (235,160,67). Sum of RGB (Red+Green+Blue) = 235+160+67=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 67 (26.56% from 255 or 14.50% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA043 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA043 is #145FBC. Grayscale: #ACACAC. Windows color (decimal): -1335229 or 4432107. OLE color: 4432107.

HSL color Cylindrical-coordinate representation of color #EBA043: hue angle of 33.21º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EBA043 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 67 -
CMYK 0 0.32 0.71 0.08
HSL 33.21º 0.81% 0.59% -
HSV(B) 33.21º 0.71% 0.92% -
XYZ 47.84 43.21 11.13 -
YUV 171.82 68.85 173.06 -
System Red Green Blue C M Y K H S L
Decimal 235 160 67 0 0.32 0.71 0.08 33.21 0.81 0.59
Hex EB A0 43 0 20 47 8 21 51 3B
Octal 353 240 103 0 40 107 10 41 121 73
Binary 11101011 10100000 1000011 0 100000 1000111 1000 100001 1010001 111011

Color Harmonies of #EBA043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA043

Black with #EBA043

Text Example


Text Example

White with #EBA043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA043; }

 p { color: rgb(235,160,67); }

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

background-color css

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

 a { background-color: rgb(235,160,67); }

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

border-color css

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

 span { border-color: rgb(235,160,67); }

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