#EDC50B

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

Shades of Golden Poppy #EDC50B

Tints of Golden Poppy #EDC50B

Color information

#EDC50B (or 0xEDC50B) is unknown color: approx Golden Poppy. HEX triplet: ED, C5 and 0B. RGB value is (237,197,11). Sum of RGB (Red+Green+Blue) = 237+197+11=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 11 (4.69% from 255 or 2.47% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC50B is #123AF4. Grayscale: #BCBCBC. Windows color (decimal): -1194741 or 771565. OLE color: 771565.

HSL color Cylindrical-coordinate representation of color #EDC50B: hue angle of 49.38º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDC50B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB23719711-
CMYK00.170.950.07
HSL49.38º91.13%48.63%-
HSV(B)49.38º95.36%92.94%-
XYZ54.9557.968.61-
YUV187.7628.25163.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.26%
GREEN value IS 197 (77.34% from 255) = 44.27%
BLUE value IS 11 (4.69% from 255) = 2.47%
R=53.26%
G=44.27%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371971100.170.950.0749.3891.1348.63
HexEDC5B0115F7315b31
Octal3553051302113776113361
Binary1110110111000101101101000110111111111100011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC50B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC50B; }

 p { color: rgb(237,197,11); }

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

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

 a { background-color: rgb(237,197,11); }

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

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

 span { border-color: rgb(237,197,11); }

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