Html Css Color HEX #EBA141 Fire Bush

📋 copy color: '#EBA141'

red 235 ◦ green 161 ◦ blue 65

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

Shades of Fire Bush #EBA141

Tints of Fire Bush #EBA141

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.92%

 BLUE value IS 65 (25.78% from 255) = 14.1%

R = 50.98%
G = 34.92%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EBA141 (or 0xEBA141) is known color: Fire Bush. HEX triplet: EB, A1 and 41. RGB value is (235,161,65). Sum of RGB (Red+Green+Blue) = 235+161+65=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA141 is #145EBE. Grayscale: #ACACAC. Windows color (decimal): -1334975 or 4301291. OLE color: 4301291.

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

Color convert

RGB 235 161 65 -
CMYK 0 0.31 0.72 0.08
HSL 33.88º 0.81% 0.59% -
HSV(B) 33.88º 0.72% 0.92% -
XYZ 47.96 43.53 10.88 -
YUV 172.18 67.52 172.81 -
System Red Green Blue C M Y K H S L
Decimal 235 161 65 0 0.31 0.72 0.08 33.88 0.81 0.59
Hex EB A1 41 0 1F 48 8 22 51 3B
Octal 353 241 101 0 37 110 10 42 121 73
Binary 11101011 10100001 1000001 0 11111 1001000 1000 100010 1010001 111011

Color Harmonies of #EBA141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA141

Black with #EBA141

Text Example


Text Example

White with #EBA141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA141; }

 p { color: rgb(235,161,65); }

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

background-color css

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

 a { background-color: rgb(235,161,65); }

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

border-color css

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

 span { border-color: rgb(235,161,65); }

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