Html Css Color HEX #EDC501 Golden Poppy

📋 copy color: '#EDC501'

red 237 ◦ green 197 ◦ blue 1

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

Shades of Golden Poppy #EDC501

Tints of Golden Poppy #EDC501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 54.48%
G = 45.29%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDC501 (or 0xEDC501) is known color: Golden Poppy. HEX triplet: ED, C5 and 01. RGB value is (237,197,1). Sum of RGB (Red+Green+Blue) = 237+197+1=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC501 is #123AFE. Grayscale: #BBBBBB. Windows color (decimal): -1194751 or 116205. OLE color: 116205.

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

Color convert

RGB 237 197 1 -
CMYK 0 0.17 1.00 0.07
HSL 49.83º 0.99% 0.47% -
HSV(B) 49.83º 1% 0.93% -
XYZ 54.9 57.94 8.32 -
YUV 186.62 23.25 163.94 -
System Red Green Blue C M Y K H S L
Decimal 237 197 1 0 0.17 1.00 0.07 49.83 0.99 0.47
Hex ED C5 1 0 11 64 7 32 63 2F
Octal 355 305 1 0 21 144 7 62 143 57
Binary 11101101 11000101 1 0 10001 1100100 111 110010 1100011 101111

Color Harmonies of #EDC501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC501

Black with #EDC501

Text Example


Text Example

White with #EDC501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC501; }

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

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

background-color css

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

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

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

border-color css

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

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

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