Html Css Color HEX #EDC404 Golden Poppy

📋 copy color: '#EDC404'

red 237 ◦ green 196 ◦ blue 4

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

Shades of Golden Poppy #EDC404

Tints of Golden Poppy #EDC404

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.85%

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 54.23%
G = 44.85%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDC404 (or 0xEDC404) is known color: Golden Poppy. HEX triplet: ED, C4 and 04. RGB value is (237,196,4). Sum of RGB (Red+Green+Blue) = 237+196+4=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 4 (1.95% from 255 or 0.92% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC404 is #123BFB. Grayscale: #BBBBBB. Windows color (decimal): -1195004 or 312557. OLE color: 312557.

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

Color convert

RGB 237 196 4 -
CMYK 0 0.17 0.98 0.07
HSL 49.44º 0.97% 0.47% -
HSV(B) 49.44º 0.98% 0.93% -
XYZ 54.69 57.49 8.33 -
YUV 186.37 25.08 164.11 -
System Red Green Blue C M Y K H S L
Decimal 237 196 4 0 0.17 0.98 0.07 49.44 0.97 0.47
Hex ED C4 4 0 11 62 7 31 61 2F
Octal 355 304 4 0 21 142 7 61 141 57
Binary 11101101 11000100 100 0 10001 1100010 111 110001 1100001 101111

Color Harmonies of #EDC404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC404

Black with #EDC404

Text Example


Text Example

White with #EDC404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC404; }

 p { color: rgb(237,196,4); }

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

background-color css

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

 a { background-color: rgb(237,196,4); }

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

border-color css

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

 span { border-color: rgb(237,196,4); }

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