Html Css Color HEX #EBA042 Fire Bush

📋 copy color: '#EBA042'

red 235 ◦ green 160 ◦ blue 66

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

Shades of Fire Bush #EBA042

Tints of Fire Bush #EBA042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.32%

R = 50.98%
G = 34.71%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBA042 (or 0xEBA042) is known color: Fire Bush. HEX triplet: EB, A0 and 42. RGB value is (235,160,66). Sum of RGB (Red+Green+Blue) = 235+160+66=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA042 is #145FBD. Grayscale: #ACACAC. Windows color (decimal): -1335230 or 4366571. OLE color: 4366571.

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

Color convert

RGB 235 160 66 -
CMYK 0 0.32 0.72 0.08
HSL 33.37º 0.81% 0.59% -
HSV(B) 33.37º 0.72% 0.92% -
XYZ 47.82 43.2 10.97 -
YUV 171.71 68.35 173.14 -
System Red Green Blue C M Y K H S L
Decimal 235 160 66 0 0.32 0.72 0.08 33.37 0.81 0.59
Hex EB A0 42 0 20 48 8 21 51 3B
Octal 353 240 102 0 40 110 10 41 121 73
Binary 11101011 10100000 1000010 0 100000 1001000 1000 100001 1010001 111011

Color Harmonies of #EBA042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA042

Black with #EBA042

Text Example


Text Example

White with #EBA042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA042; }

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

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

background-color css

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

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

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

border-color css

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

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

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