Html Css Color HEX #EDC800 Golden Poppy

📋 copy color: '#EDC800'

red 237 ◦ green 200 ◦ blue 0

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

Shades of Golden Poppy #EDC800

Tints of Golden Poppy #EDC800

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.77%

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

R = 54.23%
G = 45.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDC800 (or 0xEDC800) is known color: Golden Poppy. HEX triplet: ED, C8 and 00. RGB value is (237,200,0). Sum of RGB (Red+Green+Blue) = 237+200+0=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC800 is #1237FF. Grayscale: #BDBDBD. Windows color (decimal): -1193984 or 51437. OLE color: 51437.

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

Color convert

RGB 237 200 0 -
CMYK 0 0.16 1 0.07
HSL 50.63º 1% 0.46% -
HSV(B) 50.63º 1% 0.93% -
XYZ 55.58 59.31 8.52 -
YUV 188.26 21.76 162.76 -
System Red Green Blue C M Y K H S L
Decimal 237 200 0 0 0.16 1 0.07 50.63 1 0.46
Hex ED C8 0 0 10 64 7 33 64 2E
Octal 355 310 0 0 20 144 7 63 144 56
Binary 11101101 11001000 0 0 10000 1100100 111 110011 1100100 101110

Color Harmonies of #EDC800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC800

Black with #EDC800

Text Example


Text Example

White with #EDC800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC800; }

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

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

background-color css

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

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

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

border-color css

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

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

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