Html Css Color HEX #EDC20C Golden Poppy

📋 copy color: '#EDC20C'

red 237 ◦ green 194 ◦ blue 12

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

Shades of Golden Poppy #EDC20C

Tints of Golden Poppy #EDC20C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.79%

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

R = 53.5%
G = 43.79%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDC20C (or 0xEDC20C) is known color: Golden Poppy. HEX triplet: ED, C2 and 0C. RGB value is (237,194,12). Sum of RGB (Red+Green+Blue) = 237+194+12=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC20C is #123DF3. Grayscale: #BABABA. Windows color (decimal): -1195508 or 836333. OLE color: 836333.

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

Color convert

RGB 237 194 12 -
CMYK 0 0.18 0.95 0.07
HSL 48.53º 0.9% 0.49% -
HSV(B) 48.53º 0.95% 0.93% -
XYZ 54.28 56.61 8.41 -
YUV 186.11 29.75 164.3 -
System Red Green Blue C M Y K H S L
Decimal 237 194 12 0 0.18 0.95 0.07 48.53 0.9 0.49
Hex ED C2 C 0 12 5F 7 31 5A 31
Octal 355 302 14 0 22 137 7 61 132 61
Binary 11101101 11000010 1100 0 10010 1011111 111 110001 1011010 110001

Color Harmonies of #EDC20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC20C

Black with #EDC20C

Text Example


Text Example

White with #EDC20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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