Html Css Color HEX #EDC104 Golden Poppy

📋 copy color: '#EDC104'

red 237 ◦ green 193 ◦ blue 4

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

Shades of Golden Poppy #EDC104

Tints of Golden Poppy #EDC104

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.47%

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

R = 54.61%
G = 44.47%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDC104 (or 0xEDC104) is known color: Golden Poppy. HEX triplet: ED, C1 and 04. RGB value is (237,193,4). Sum of RGB (Red+Green+Blue) = 237+193+4=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC104 is #123EFB. Grayscale: #B9B9B9. Windows color (decimal): -1195772 or 311789. OLE color: 311789.

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

Color convert

RGB 237 193 4 -
CMYK 0 0.19 0.98 0.07
HSL 48.67º 0.97% 0.47% -
HSV(B) 48.67º 0.98% 0.93% -
XYZ 54.02 56.15 8.11 -
YUV 184.61 26.08 165.37 -
System Red Green Blue C M Y K H S L
Decimal 237 193 4 0 0.19 0.98 0.07 48.67 0.97 0.47
Hex ED C1 4 0 13 62 7 31 61 2F
Octal 355 301 4 0 23 142 7 61 141 57
Binary 11101101 11000001 100 0 10011 1100010 111 110001 1100001 101111

Color Harmonies of #EDC104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC104

Black with #EDC104

Text Example


Text Example

White with #EDC104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC104; }

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

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

background-color css

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

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

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

border-color css

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

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

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