#EDBA04

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

Shades of Golden Poppy #EDBA04

Tints of Golden Poppy #EDBA04

Color information

#EDBA04 (or 0xEDBA04) is unknown color: approx Golden Poppy. HEX triplet: ED, BA and 04. RGB value is (237,186,4). Sum of RGB (Red+Green+Blue) = 237+186+4=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 4 (1.95% from 255 or 0.94% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDBA04 is #1245FB. Grayscale: #B5B5B5. Windows color (decimal): -1197564 or 309997. OLE color: 309997.

HSL color Cylindrical-coordinate representation of color #EDBA04: hue angle of 46.87º 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 #EDBA04 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB2371864-
CMYK00.220.980.07
HSL46.87º96.68%47.25%-
HSV(B)46.87º98.31%92.94%-
XYZ52.5153.137.6-
YUV180.528.4168.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.50%
GREEN value IS 186 (73.05% from 255) = 43.56%
BLUE value IS 4 (1.95% from 255) = 0.94%
R=55.50%
G=43.56%
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
Decimal237186400.220.980.0746.8796.6847.25
HexEDBA40166272f612f
Octal355272402614275714157
Binary111011011011101010001011011000101111011111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA04; }

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

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

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

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

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

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

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

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