#EDB804

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

Shades of Golden Poppy #EDB804

Tints of Golden Poppy #EDB804

Color information

#EDB804 (or 0xEDB804) is unknown color: approx Golden Poppy. HEX triplet: ED, B8 and 04. RGB value is (237,184,4). Sum of RGB (Red+Green+Blue) = 237+184+4=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB804 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB804 is #1247FB. Grayscale: #B4B4B4. Windows color (decimal): -1198076 or 309485. OLE color: 309485.

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

Color convert

RGB2371844-
CMYK00.220.980.07
HSL46.35º96.68%47.25%-
HSV(B)46.35º98.31%92.94%-
XYZ52.0952.297.46-
YUV179.3329.06169.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.76%
GREEN value IS 184 (72.27% from 255) = 43.29%
BLUE value IS 4 (1.95% from 255) = 0.94%
R=55.76%
G=43.29%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237184400.220.980.0746.3596.6847.25
HexEDB840166272e612f
Octal355270402614275614157
Binary111011011011100010001011011000101111011101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB804; }

 p { color: rgb(237,184,4); }

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

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

 a { background-color: rgb(237,184,4); }

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

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

 span { border-color: rgb(237,184,4); }

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