Html Css Color HEX #EDC200 Golden Poppy

📋 copy color: '#EDC200'

red 237 ◦ green 194 ◦ blue 0

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

Shades of Golden Poppy #EDC200

Tints of Golden Poppy #EDC200

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.01%

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

R = 54.99%
G = 45.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDC200 (or 0xEDC200) is known color: Golden Poppy. HEX triplet: ED, C2 and 00. RGB value is (237,194,0). Sum of RGB (Red+Green+Blue) = 237+194+0=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC200 is #123DFF. Grayscale: #B9B9B9. Windows color (decimal): -1195520 or 49901. OLE color: 49901.

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

Color convert

RGB 237 194 0 -
CMYK 0 0.18 1 0.07
HSL 49.11º 1% 0.46% -
HSV(B) 49.11º 1% 0.93% -
XYZ 54.22 56.59 8.07 -
YUV 184.74 23.75 165.27 -
System Red Green Blue C M Y K H S L
Decimal 237 194 0 0 0.18 1 0.07 49.11 1 0.46
Hex ED C2 0 0 12 64 7 31 64 2E
Octal 355 302 0 0 22 144 7 61 144 56
Binary 11101101 11000010 0 0 10010 1100100 111 110001 1100100 101110

Color Harmonies of #EDC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC200

Black with #EDC200

Text Example


Text Example

White with #EDC200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC200; }

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

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

background-color css

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

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

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

border-color css

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

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

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