Html Css Color HEX #EBA143 Fire Bush

📋 copy color: '#EBA143'

red 235 ◦ green 161 ◦ blue 67

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

Shades of Fire Bush #EBA143

Tints of Fire Bush #EBA143

RGB

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

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

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

R = 50.76%
G = 34.77%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBA143 (or 0xEBA143) is known color: Fire Bush. HEX triplet: EB, A1 and 43. RGB value is (235,161,67). Sum of RGB (Red+Green+Blue) = 235+161+67=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 67 (26.56% from 255 or 14.47% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA143 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA143 is #145EBC. Grayscale: #ACACAC. Windows color (decimal): -1334973 or 4432363. OLE color: 4432363.

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

Color convert

RGB 235 161 67 -
CMYK 0 0.31 0.71 0.08
HSL 33.57º 0.81% 0.59% -
HSV(B) 33.57º 0.71% 0.92% -
XYZ 48.02 43.56 11.19 -
YUV 172.41 68.52 172.64 -
System Red Green Blue C M Y K H S L
Decimal 235 161 67 0 0.31 0.71 0.08 33.57 0.81 0.59
Hex EB A1 43 0 1F 47 8 22 51 3B
Octal 353 241 103 0 37 107 10 42 121 73
Binary 11101011 10100001 1000011 0 11111 1000111 1000 100010 1010001 111011

Color Harmonies of #EBA143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA143

Black with #EBA143

Text Example


Text Example

White with #EBA143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA143; }

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

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

background-color css

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

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

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

border-color css

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

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

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