Html Css Color HEX #EDC500 Golden Poppy

📋 copy color: '#EDC500'

red 237 ◦ green 197 ◦ blue 0

#EDC500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Poppy #EDC500

Tints of Golden Poppy #EDC500

RGB

 RED value IS 237 (92.97% from 255) = 54.61%

 GREEN value IS 197 (77.34% from 255) = 45.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.61%
G = 45.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDC500 (or 0xEDC500) is known color: Golden Poppy. HEX triplet: ED, C5 and 00. RGB value is (237,197,0). Sum of RGB (Red+Green+Blue) = 237+197+0=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC500 is #123AFF. Grayscale: #BBBBBB. Windows color (decimal): -1194752 or 50669. OLE color: 50669.

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

Color convert

RGB 237 197 0 -
CMYK 0 0.17 1 0.07
HSL 49.87º 1% 0.46% -
HSV(B) 49.87º 1% 0.93% -
XYZ 54.89 57.94 8.29 -
YUV 186.5 22.75 164.02 -
System Red Green Blue C M Y K H S L
Decimal 237 197 0 0 0.17 1 0.07 49.87 1 0.46
Hex ED C5 0 0 11 64 7 32 64 2E
Octal 355 305 0 0 21 144 7 62 144 56
Binary 11101101 11000101 0 0 10001 1100100 111 110010 1100100 101110

Color Harmonies of #EDC500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC500

Black with #EDC500

Text Example


Text Example

White with #EDC500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC500; }

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

 H1.HeaderClassName
 {
   color: #EDC500;
 }
 .AnyTagClassName
 {
   color: #EDC500;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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