Html Css Color HEX #EDC100 Golden Poppy

📋 copy color: '#EDC100'

red 237 ◦ green 193 ◦ blue 0

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

Shades of Golden Poppy #EDC100

Tints of Golden Poppy #EDC100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.12%
G = 44.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDC100 (or 0xEDC100) is known color: Golden Poppy. HEX triplet: ED, C1 and 00. RGB value is (237,193,0). Sum of RGB (Red+Green+Blue) = 237+193+0=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC100 is #123EFF. Grayscale: #B8B8B8. Windows color (decimal): -1195776 or 49645. OLE color: 49645.

HSL color Cylindrical-coordinate representation of color #EDC100: hue angle of 48.86º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDC100 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 193 0 -
CMYK 0 0.19 1 0.07
HSL 48.86º 1% 0.46% -
HSV(B) 48.86º 1% 0.93% -
XYZ 54 56.14 7.99 -
YUV 184.15 24.08 165.69 -
System Red Green Blue C M Y K H S L
Decimal 237 193 0 0 0.19 1 0.07 48.86 1 0.46
Hex ED C1 0 0 13 64 7 31 64 2E
Octal 355 301 0 0 23 144 7 61 144 56
Binary 11101101 11000001 0 0 10011 1100100 111 110001 1100100 101110

Color Harmonies of #EDC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC100

Black with #EDC100

Text Example


Text Example

White with #EDC100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC100; }

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

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

background-color css

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

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

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

border-color css

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

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

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