#EDC802

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

Shades of Golden Poppy #EDC802

Tints of Golden Poppy #EDC802

Color information

#EDC802 (or 0xEDC802) is unknown color: approx Golden Poppy. HEX triplet: ED, C8 and 02. RGB value is (237,200,2). Sum of RGB (Red+Green+Blue) = 237+200+2=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC802 is #1237FD. Grayscale: #BDBDBD. Windows color (decimal): -1193982 or 182509. OLE color: 182509.

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

Color convert

RGB2372002-
CMYK00.160.990.07
HSL50.55º98.33%46.86%-
HSV(B)50.55º99.16%92.94%-
XYZ55.5959.328.58-
YUV188.4922.76162.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.99%
GREEN value IS 200 (78.52% from 255) = 45.56%
BLUE value IS 2 (1.17% from 255) = 0.46%
R=53.99%
G=45.56%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237200200.160.990.0750.5598.3346.86
HexEDC8201063733622f
Octal355310202014376314257
Binary11101101110010001001000011000111111100111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC802; }

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

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

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

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

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

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

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

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