Html Css Color HEX #EDC900 Golden Poppy

📋 copy color: '#EDC900'

red 237 ◦ green 201 ◦ blue 0

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

Shades of Golden Poppy #EDC900

Tints of Golden Poppy #EDC900

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.89%

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

R = 54.11%
G = 45.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDC900 (or 0xEDC900) is known color: Golden Poppy. HEX triplet: ED, C9 and 00. RGB value is (237,201,0). Sum of RGB (Red+Green+Blue) = 237+201+0=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC900 is #1236FF. Grayscale: #BDBDBD. Windows color (decimal): -1193728 or 51693. OLE color: 51693.

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

Color convert

RGB 237 201 0 -
CMYK 0 0.15 1 0.07
HSL 50.89º 1% 0.46% -
HSV(B) 50.89º 1% 0.93% -
XYZ 55.81 59.78 8.6 -
YUV 188.85 21.43 162.34 -
System Red Green Blue C M Y K H S L
Decimal 237 201 0 0 0.15 1 0.07 50.89 1 0.46
Hex ED C9 0 0 F 64 7 33 64 2E
Octal 355 311 0 0 17 144 7 63 144 56
Binary 11101101 11001001 0 0 1111 1100100 111 110011 1100100 101110

Color Harmonies of #EDC900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC900

Black with #EDC900

Text Example


Text Example

White with #EDC900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC900; }

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

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

background-color css

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

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

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

border-color css

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

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

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