#EB9D40

Color #EB9D40 Fire Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Bush #EB9D40

Tints of Fire Bush #EB9D40

Color information

#EB9D40 (or 0xEB9D40) is unknown color: approx Fire Bush. HEX triplet: EB, 9D and 40. RGB value is (235,157,64). Sum of RGB (Red+Green+Blue) = 235+157+64=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9D40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9D40 is #1462BF. Grayscale: #AAAAAA. Windows color (decimal): -1336000 or 4234731. OLE color: 4234731.

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

Color convert

RGB23515764-
CMYK00.330.730.08
HSL32.63º81.04%58.63%-
HSV(B)32.63º72.77%92.16%-
XYZ47.2442.1510.5-
YUV169.7268.34174.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.54%
GREEN value IS 157 (61.72% from 255) = 34.43%
BLUE value IS 64 (25.39% from 255) = 14.04%
R=51.54%
G=34.43%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351576400.330.730.0832.6381.0458.63
HexEB9D4002149821513b
Octal353235100041111104112173
Binary111010111001110110000000100001100100110001000011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9D40; }

 p { color: rgb(235,157,64); }

 H1.HeaderClassName
 {
   color: #EB9D40;
 }
 .AnyTagClassName
 {
   color: #EB9D40;
 }
</style>
background-color css

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

 a { background-color: rgb(235,157,64); }

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

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

 span { border-color: rgb(235,157,64); }

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