#EBB904

Color #EBB904 Golden Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Poppy #EBB904

Tints of Golden Poppy #EBB904

Color information

#EBB904 (or 0xEBB904) is unknown color: approx Golden Poppy. HEX triplet: EB, B9 and 04. RGB value is (235,185,4). Sum of RGB (Red+Green+Blue) = 235+185+4=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBB904 is #1446FB. Grayscale: #B4B4B4. Windows color (decimal): -1328892 or 309739. OLE color: 309739.

HSL color Cylindrical-coordinate representation of color #EBB904: hue angle of 47.01º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EBB904 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB2351854-
CMYK00.210.980.08
HSL47.01º96.65%46.86%-
HSV(B)47.01º98.3%92.16%-
XYZ51.6352.377.5-
YUV179.3229.06167.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.42%
GREEN value IS 185 (72.66% from 255) = 43.63%
BLUE value IS 4 (1.95% from 255) = 0.94%
R=55.42%
G=43.63%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235185400.210.980.0847.0196.6546.86
HexEBB940156282f612f
Octal3532714025142105714157
Binary1110101110111001100010101110001010001011111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB904; }

 p { color: rgb(235,185,4); }

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

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

 a { background-color: rgb(235,185,4); }

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

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

 span { border-color: rgb(235,185,4); }

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