#EDC80B

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

Shades of Golden Poppy #EDC80B

Tints of Golden Poppy #EDC80B

Color information

#EDC80B (or 0xEDC80B) is unknown color: approx Golden Poppy. HEX triplet: ED, C8 and 0B. RGB value is (237,200,11). Sum of RGB (Red+Green+Blue) = 237+200+11=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 11 (4.69% from 255 or 2.46% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC80B is #1237F4. Grayscale: #BEBEBE. Windows color (decimal): -1193973 or 772333. OLE color: 772333.

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

Color convert

RGB23720011-
CMYK00.160.950.07
HSL50.18º91.13%48.63%-
HSV(B)50.18º95.36%92.94%-
XYZ55.6459.348.84-
YUV189.5227.26161.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.90%
GREEN value IS 200 (78.52% from 255) = 44.64%
BLUE value IS 11 (4.69% from 255) = 2.46%
R=52.90%
G=44.64%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372001100.160.950.0750.1891.1348.63
HexEDC8B0105F7325b31
Octal3553101302013776213361
Binary1110110111001000101101000010111111111100101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC80B; }

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

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

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

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

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

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

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

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