Html Css Color HEX #EDC904 Golden Poppy

📋 copy color: '#EDC904'

red 237 ◦ green 201 ◦ blue 4

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

Shades of Golden Poppy #EDC904

Tints of Golden Poppy #EDC904

RGB

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

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

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

R = 53.62%
G = 45.48%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDC904 (or 0xEDC904) is known color: Golden Poppy. HEX triplet: ED, C9 and 04. RGB value is (237,201,4). Sum of RGB (Red+Green+Blue) = 237+201+4=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 4 (1.95% from 255 or 0.90% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC904 is #1236FB. Grayscale: #BEBEBE. Windows color (decimal): -1193724 or 313837. OLE color: 313837.

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

Color convert

RGB 237 201 4 -
CMYK 0 0.15 0.98 0.07
HSL 50.73º 0.97% 0.47% -
HSV(B) 50.73º 0.98% 0.93% -
XYZ 55.83 59.79 8.71 -
YUV 189.31 23.43 162.02 -
System Red Green Blue C M Y K H S L
Decimal 237 201 4 0 0.15 0.98 0.07 50.73 0.97 0.47
Hex ED C9 4 0 F 62 7 33 61 2F
Octal 355 311 4 0 17 142 7 63 141 57
Binary 11101101 11001001 100 0 1111 1100010 111 110011 1100001 101111

Color Harmonies of #EDC904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC904

Black with #EDC904

Text Example


Text Example

White with #EDC904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC904; }

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

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

background-color css

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

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

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

border-color css

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

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

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