#EDC307

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

Shades of Golden Poppy #EDC307

Tints of Golden Poppy #EDC307

Color information

#EDC307 (or 0xEDC307) is unknown color: approx Golden Poppy. HEX triplet: ED, C3 and 07. RGB value is (237,195,7). Sum of RGB (Red+Green+Blue) = 237+195+7=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 7 (3.12% from 255 or 1.59% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC307 is #123CF8. Grayscale: #BABABA. Windows color (decimal): -1195257 or 508909. OLE color: 508909.

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

Color convert

RGB2371957-
CMYK00.180.970.07
HSL49.04º94.26%47.84%-
HSV(B)49.04º97.05%92.94%-
XYZ54.4857.058.34-
YUV186.1326.91164.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.99%
GREEN value IS 195 (76.56% from 255) = 44.42%
BLUE value IS 7 (3.12% from 255) = 1.59%
R=53.99%
G=44.42%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237195700.180.970.0749.0494.2647.84
HexEDC37012617315e30
Octal355303702214176113660
Binary111011011100001111101001011000011111100011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC307; }

 p { color: rgb(237,195,7); }

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

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

 a { background-color: rgb(237,195,7); }

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

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

 span { border-color: rgb(237,195,7); }

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