Html Css Color HEX #EBA241 Fire Bush

📋 copy color: '#EBA241'

red 235 ◦ green 162 ◦ blue 65

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

Shades of Fire Bush #EBA241

Tints of Fire Bush #EBA241

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.06%

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

R = 50.87%
G = 35.06%
B = 14.07%

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

#EBA241 (or 0xEBA241) is known color: Fire Bush. HEX triplet: EB, A2 and 41. RGB value is (235,162,65). Sum of RGB (Red+Green+Blue) = 235+162+65=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA241 is #145DBE. Grayscale: #ADADAD. Windows color (decimal): -1334719 or 4301547. OLE color: 4301547.

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

Color convert

RGB 235 162 65 -
CMYK 0 0.31 0.72 0.08
HSL 34.24º 0.81% 0.59% -
HSV(B) 34.24º 0.72% 0.92% -
XYZ 48.14 43.88 10.93 -
YUV 172.77 67.18 172.39 -
System Red Green Blue C M Y K H S L
Decimal 235 162 65 0 0.31 0.72 0.08 34.24 0.81 0.59
Hex EB A2 41 0 1F 48 8 22 51 3B
Octal 353 242 101 0 37 110 10 42 121 73
Binary 11101011 10100010 1000001 0 11111 1001000 1000 100010 1010001 111011

Color Harmonies of #EBA241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA241

Black with #EBA241

Text Example


Text Example

White with #EBA241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA241; }

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

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

background-color css

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

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

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

border-color css

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

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

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