Html Css Color HEX #EBA348 Fire Bush

📋 copy color: '#EBA348'

red 235 ◦ green 163 ◦ blue 72

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

Shades of Fire Bush #EBA348

Tints of Fire Bush #EBA348

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.68%

 BLUE value IS 72 (28.52% from 255) = 15.32%

R = 50%
G = 34.68%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBA348 (or 0xEBA348) is known color: Fire Bush. HEX triplet: EB, A3 and 48. RGB value is (235,163,72). Sum of RGB (Red+Green+Blue) = 235+163+72=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA348 is #145CB7. Grayscale: #AEAEAE. Windows color (decimal): -1334456 or 4760555. OLE color: 4760555.

HSL color Cylindrical-coordinate representation of color #EBA348: hue angle of 33.5º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBA348 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 163 72 -
CMYK 0 0.31 0.69 0.08
HSL 33.5º 0.8% 0.6% -
HSV(B) 33.5º 0.69% 0.92% -
XYZ 48.53 44.32 12.13 -
YUV 174.15 70.35 171.4 -
System Red Green Blue C M Y K H S L
Decimal 235 163 72 0 0.31 0.69 0.08 33.5 0.8 0.6
Hex EB A3 48 0 1F 45 8 21 50 3C
Octal 353 243 110 0 37 105 10 41 120 74
Binary 11101011 10100011 1001000 0 11111 1000101 1000 100001 1010000 111100

Color Harmonies of #EBA348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA348

Black with #EBA348

Text Example


Text Example

White with #EBA348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA348; }

 p { color: rgb(235,163,72); }

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

background-color css

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

 a { background-color: rgb(235,163,72); }

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

border-color css

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

 span { border-color: rgb(235,163,72); }

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