Html Css Color HEX #EDC50C Golden Poppy

📋 copy color: '#EDC50C'

red 237 ◦ green 197 ◦ blue 12

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

Shades of Golden Poppy #EDC50C

Tints of Golden Poppy #EDC50C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.17%

 BLUE value IS 12 (5.08% from 255) = 2.69%

R = 53.14%
G = 44.17%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDC50C (or 0xEDC50C) is known color: Golden Poppy. HEX triplet: ED, C5 and 0C. RGB value is (237,197,12). Sum of RGB (Red+Green+Blue) = 237+197+12=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 12 (5.08% from 255 or 2.69% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC50C is #123AF3. Grayscale: #BCBCBC. Windows color (decimal): -1194740 or 837101. OLE color: 837101.

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

Color convert

RGB 237 197 12 -
CMYK 0 0.17 0.95 0.07
HSL 49.33º 0.9% 0.49% -
HSV(B) 49.33º 0.95% 0.93% -
XYZ 54.96 57.96 8.64 -
YUV 187.87 28.75 163.04 -
System Red Green Blue C M Y K H S L
Decimal 237 197 12 0 0.17 0.95 0.07 49.33 0.9 0.49
Hex ED C5 C 0 11 5F 7 31 5A 31
Octal 355 305 14 0 21 137 7 61 132 61
Binary 11101101 11000101 1100 0 10001 1011111 111 110001 1011010 110001

Color Harmonies of #EDC50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC50C

Black with #EDC50C

Text Example


Text Example

White with #EDC50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC50C; }

 p { color: rgb(237,197,12); }

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

background-color css

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

 a { background-color: rgb(237,197,12); }

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

border-color css

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

 span { border-color: rgb(237,197,12); }

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